fix(fips): add and remove local variables
parent
7f10c483b6
commit
e8121bfddd
|
@ -79,6 +79,7 @@ nonfatal_modprobe() {
|
|||
fips_load_crypto() {
|
||||
local _k
|
||||
local _v
|
||||
local _module
|
||||
local _found
|
||||
|
||||
FIPSMODULES=$(cat /etc/fipsmodules)
|
||||
|
@ -108,9 +109,6 @@ fips_load_crypto() {
|
|||
}
|
||||
|
||||
do_fips() {
|
||||
local _v
|
||||
local _module
|
||||
|
||||
KERNEL=$(uname -r)
|
||||
|
||||
if ! getarg rd.fips.skipkernel > /dev/null; then
|
||||
|
|
Loading…
Reference in New Issue