Bug 762198, patch to report the system's FIPS setting in the test output, r=emaldona
git-svn-id: svn://10.0.0.236/trunk@264557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -42,7 +42,12 @@ lowhash_init()
|
||||
fi
|
||||
LOWHASHDIR=../lowhash
|
||||
mkdir -p ${LOWHASHDIR}
|
||||
html_head "Lowhash Tests"
|
||||
if [ -f /proc/sys/crypto/fips_enabled ]; then
|
||||
FVAL=`cat /proc/sys/crypto/fips_enabled`
|
||||
html_head "Lowhash Tests - /proc/sys/crypto/fips_enabled is ${FVAL}"
|
||||
else
|
||||
html_head "Lowhash Tests"
|
||||
fi
|
||||
cd ${LOWHASHDIR}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user