Don't assume diff is any good.
authorBen Laurie <ben@openssl.org>
Tue, 7 Oct 2003 10:55:36 +0000 (10:55 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 7 Oct 2003 10:55:36 +0000 (10:55 +0000)
fips/fips_check_sha1

index d24f4e2145eee68b3c25bc29beaab5aeeb9775dd..51b40ec6d84104739151dc5824b9ccf2accf8b4e 100755 (executable)
@@ -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; }