From 4ed1f37abdbcb7eb4e0b4cd16345fcab4bc8bcaa Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 27 Aug 2016 09:59:48 +0000 Subject: - update to 1.1.0 - bump SHLIBVERSION --- security/openssl/files/patch-md5.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/openssl/files/patch-md5.c (limited to 'security/openssl/files/patch-md5.c') 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); - } -- cgit v1.2.3