We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f10c48 commit e8121bfCopy full SHA for e8121bf
modules.d/01fips/fips.sh
@@ -79,6 +79,7 @@ nonfatal_modprobe() {
79
fips_load_crypto() {
80
local _k
81
local _v
82
+ local _module
83
local _found
84
85
FIPSMODULES=$(cat /etc/fipsmodules)
@@ -108,9 +109,6 @@ fips_load_crypto() {
108
109
}
110
111
do_fips() {
- local _v
112
- local _module
113
-
114
KERNEL=$(uname -r)
115
116
if ! getarg rd.fips.skipkernel > /dev/null; then
0 commit comments