diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:30:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:30:10 +0000 |
commit | 1c30911ff0463c1215e15dd9f7acb886ca35a93d (patch) | |
tree | 17783a29eefdfe8b1d45e4895ff0daaf7f6e92c3 /security/openssl/files/patch-crypto__md5__md5.c | |
parent | - Update to 2.4.3 (diff) |
Rename security/ patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363328
Diffstat (limited to 'security/openssl/files/patch-crypto__md5__md5.c')
-rw-r--r-- | security/openssl/files/patch-crypto__md5__md5.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openssl/files/patch-crypto__md5__md5.c b/security/openssl/files/patch-crypto__md5__md5.c new file mode 100644 index 000000000000..cd606a304160 --- /dev/null +++ b/security/openssl/files/patch-crypto__md5__md5.c @@ -0,0 +1,11 @@ +--- crypto/md5/md5.c.orig Thu Apr 9 07:59:29 1998 ++++ crypto/md5/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); + } |