summaryrefslogtreecommitdiff
path: root/security/openssl/files/patch-crypto__md5__md5.c
diff options
context:
space:
mode:
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);
+ }