Another stupid diff. BEN_FIPS_TEST_1
authorBen Laurie <ben@openssl.org>
Wed, 8 Oct 2003 13:12:50 +0000 (13:12 +0000)
committerBen Laurie <ben@openssl.org>
Wed, 8 Oct 2003 13:12:50 +0000 (13:12 +0000)
fips/openssl_fips_fingerprint

index 6d86c900334115c3fc1585a2e4132d9b3e51eddc..41db3c9a6dec33af666f25cff646659d8814af9e 100755 (executable)
@@ -15,7 +15,7 @@ fi
 
 elib=`echo $lib| sed 's/\//\\\\\//g'`
 echo "Checking library fingerprint for $lib"
-openssl sha1 $lib | sed "s/$elib/libcrypto.a/" | diff -u ${lib%.a}.sha1 - || { echo "$libs fingerprint mismatch"; exit 1; }
+openssl sha1 $lib | sed "s/$elib/libcrypto.a/" | diff ${lib%.a}.sha1 - || { echo "$libs fingerprint mismatch"; exit 1; }
 
 echo "Making fingerprint for $exe"
 openssl sha1 -binary $exe > $exe.sha1