summaryrefslogtreecommitdiff
path: root/security/openssl/files/patch-crypto__md5__md5.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
commit1c30911ff0463c1215e15dd9f7acb886ca35a93d (patch)
tree17783a29eefdfe8b1d45e4895ff0daaf7f6e92c3 /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.c11
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);
+ }