Don't assume diff is any good.

This commit is contained in:
Ben Laurie 2003-10-07 10:55:36 +00:00
parent 739320b840
commit 2821a5e587

View File

@ -5,4 +5,4 @@ shift
egrep 'define OPENSSL_FIPS' $TOP/include/openssl/opensslconf.h > /dev/null || exit 0
$TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP - || { echo; echo "*** Your source code does not match the FIPS certified source ***"; echo; exit 1; }
$TOP/fips/sha1/fips_standalone_sha1 $@ | diff $FP - || { echo; echo "*** Your source code does not match the FIPS certified source ***"; echo; exit 1; }