diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-27 23:57:40 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-27 23:57:40 +0000 |
commit | 32d85fd2703cbefc54f53961a9f4b656646e8153 (patch) | |
tree | 50b8294899a5c40939917bee6d806760a6cbbc1f /security/openssl-beta/files/patch-ad | |
parent | 39c29c570b61f8faf9303b9bd2766c6185ca0c3a (diff) |
Update incorrect md5 printout.
PR: ports/9198
Submitted by: Shigeyuki FUKUSHIMA shige@kuis.kyoto-u.ac.jp
Notes
Notes:
svn path=/head/; revision=15672
Diffstat (limited to 'security/openssl-beta/files/patch-ad')
-rw-r--r-- | security/openssl-beta/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openssl-beta/files/patch-ad b/security/openssl-beta/files/patch-ad new file mode 100644 index 000000000000..3a405f8e2745 --- /dev/null +++ b/security/openssl-beta/files/patch-ad @@ -0,0 +1,11 @@ +--- md5.c.orig Thu Apr 9 07:59:29 1998 ++++ md5.c Sun Dec 27 18:44:33 1998 +@@ -94,7 +94,7 @@ + err++; + continue; + } +- printf("MD5(%s)= ",argv[i]); ++ printf("MD5 (%s) = ",argv[i]); + do_fp(IN); + fclose(IN); + } |