From: Ben Laurie Date: Sun, 27 Jul 2003 17:19:28 +0000 (+0000) Subject: Use unified diff. X-Git-Tag: OpenSSL_0_9_7c~56 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ef747c8b665f430bd189d8c5bf70055b032b8a5;p=oweals%2Fopenssl.git Use unified diff. --- diff --git a/fips/fips_check_sha1 b/fips/fips_check_sha1 index c7d3ee14ae..481bb8410d 100755 --- a/fips/fips_check_sha1 +++ b/fips/fips_check_sha1 @@ -3,5 +3,5 @@ FP=$1 shift -$TOP/fips/sha1/fips_standalone_sha1 $@ | diff $FP - +$TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP -