Commit b5da126b authored by Ben Laurie's avatar Ben Laurie
Browse files

Make the problem clearer.

parent a7d64957
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ shift

egrep '^CFLAG=.*-DFIPS( |$)' $TOP/Makefile || exit 0

$TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP -
$TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP - || { echo; echo "*** Your source code does not match the FIPS certified source ***"; echo; exit 1; }