From: Ben Laurie Date: Sat, 6 Sep 2003 10:41:27 +0000 (+0000) Subject: Make the problem clearer. X-Git-Tag: BEN_FIPS_TEST_1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5da126b210b4c7d3c8a2182c5505d7d70a02bfa;p=openssl Make the problem clearer. --- diff --git a/fips/fips_check_sha1 b/fips/fips_check_sha1 index 6dea92a4fc..3c94c35771 100755 --- a/fips/fips_check_sha1 +++ b/fips/fips_check_sha1 @@ -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; }