projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
871743a
)
Another stupid diff.
BEN_FIPS_TEST_1
author
Ben Laurie
<ben@openssl.org>
Wed, 8 Oct 2003 13:12:50 +0000
(13:12 +0000)
committer
Ben Laurie
<ben@openssl.org>
Wed, 8 Oct 2003 13:12:50 +0000
(13:12 +0000)
fips/openssl_fips_fingerprint
patch
|
blob
|
history
diff --git
a/fips/openssl_fips_fingerprint
b/fips/openssl_fips_fingerprint
index 6d86c900334115c3fc1585a2e4132d9b3e51eddc..41db3c9a6dec33af666f25cff646659d8814af9e 100755
(executable)
--- a/
fips/openssl_fips_fingerprint
+++ b/
fips/openssl_fips_fingerprint
@@
-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