summaryrefslogtreecommitdiff
path: root/security/openssl/files/patch-md5.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2016-08-27 09:59:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2016-08-27 09:59:48 +0000
commit4ed1f37abdbcb7eb4e0b4cd16345fcab4bc8bcaa (patch)
treeb407d42e33d042d5c2ea422d222498eeeae5e812 /security/openssl/files/patch-md5.c
parentMake self-test the TEST option, support make test. Enabled by default. (diff)
- update to 1.1.0
- bump SHLIBVERSION
Diffstat (limited to 'security/openssl/files/patch-md5.c')
-rw-r--r--security/openssl/files/patch-md5.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openssl/files/patch-md5.c b/security/openssl/files/patch-md5.c
deleted file mode 100644
index 9626aa87b79d..000000000000
--- a/security/openssl/files/patch-md5.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- crypto/md5/md5.c.orig 2015-01-22 15:58:32.000000000 +0100
-+++ crypto/md5/md5.c 2015-03-10 07:02:19.000000000 +0100
-@@ -83,7 +83,7 @@
- err++;
- continue;
- }
-- printf("MD5(%s)= ", argv[i]);
-+ printf("MD5 (%s) = ", argv[i]);
- do_fp(IN);
- fclose(IN);
- }