Make the problem clearer.

This commit is contained in:
Ben Laurie 2003-09-06 10:41:27 +00:00
parent a7d64957b9
commit b5da126b21

View File

@ -5,4 +5,4 @@ shift
egrep '^CFLAG=.*-DFIPS( |$)' $TOP/Makefile || exit 0 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; }