Option "fipscheck" which checks to see if FIPS is autodetected in
a build. Use this for WIN32 builds.
This commit is contained in:
parent
fdb65c836c
commit
b234848879
10
Configure
10
Configure
@ -870,6 +870,16 @@ PROCESS_ARGS:
|
|||||||
$fips = 1;
|
$fips = 1;
|
||||||
$nofipscanistercheck = 1;
|
$nofipscanistercheck = 1;
|
||||||
}
|
}
|
||||||
|
elsif (/^fipscheck$/)
|
||||||
|
{
|
||||||
|
if ($fipscanisteronly != 2)
|
||||||
|
{
|
||||||
|
print STDERR <<"EOF";
|
||||||
|
ERROR: FIPS not autodetected. Not running from restricted tarball??
|
||||||
|
EOF
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
elsif (/^fipscanisteronly$/)
|
elsif (/^fipscanisteronly$/)
|
||||||
{
|
{
|
||||||
$fips = 1;
|
$fips = 1;
|
||||||
|
@ -43,7 +43,7 @@ SET ASM=nasm
|
|||||||
|
|
||||||
:compile
|
:compile
|
||||||
|
|
||||||
perl Configure %TARGET% fipscanisteronly
|
perl Configure %TARGET% fipscheck
|
||||||
pause
|
pause
|
||||||
|
|
||||||
echo on
|
echo on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user