• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révisionf25b0dddbb5ccba4ec0dc8fb4536860b14bd46e0 (tree)
l'heure2003-10-08 22:12:50
AuteurBen Laurie <ben@open...>
CommiterBen Laurie

Message de Log

Another stupid diff.

Change Summary

Modification

--- a/fips/openssl_fips_fingerprint
+++ b/fips/openssl_fips_fingerprint
@@ -15,7 +15,7 @@ fi
1515
1616 elib=`echo $lib| sed 's/\//\\\\\//g'`
1717 echo "Checking library fingerprint for $lib"
18-openssl sha1 $lib | sed "s/$elib/libcrypto.a/" | diff -u ${lib%.a}.sha1 - || { echo "$libs fingerprint mismatch"; exit 1; }
18+openssl sha1 $lib | sed "s/$elib/libcrypto.a/" | diff ${lib%.a}.sha1 - || { echo "$libs fingerprint mismatch"; exit 1; }
1919
2020 echo "Making fingerprint for $exe"
2121 openssl sha1 -binary $exe > $exe.sha1