Commit b2348488 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Option "fipscheck" which checks to see if FIPS is autodetected in

a build. Use this for WIN32 builds.
parent fdb65c83
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -870,6 +870,16 @@ PROCESS_ARGS:
			$fips = 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$/)
			{
			$fips = 1;
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ SET ASM=nasm

:compile

perl Configure %TARGET% fipscanisteronly
perl Configure %TARGET% fipscheck
pause

echo on