From 2821a5e58710696b0b64f8ab329042d277a5086e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 7 Oct 2003 10:55:36 +0000 Subject: [PATCH] Don't assume diff is any good. --- fips/fips_check_sha1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/fips_check_sha1 b/fips/fips_check_sha1 index d24f4e2145..51b40ec6d8 100755 --- a/fips/fips_check_sha1 +++ b/fips/fips_check_sha1 @@ -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; } -- 2.25.1