diff options
| author | Bernard Spil <brnrd@FreeBSD.org> | 2017-05-25 18:53:09 +0000 | 
|---|---|---|
| committer | Bernard Spil <brnrd@FreeBSD.org> | 2017-05-25 18:53:09 +0000 | 
| commit | edbc45bca367704d4a3b3eac83c6d94ca09c82cd (patch) | |
| tree | 29d7c734b45c51e5fecd607a2d1a0feffaf11a9a /security/openssl/files/patch-md5.c | |
| parent | Disable LLDB on FreeBSD 10. (diff) | |
security/openssl: Update to 1.0.2l
 - Bugfix update to 1.0.2l
 - Fix PADLOCK option
   - Build failure -Wunused-function
   - Properly disable with configure
 - Strip patch-version from DIST_SUBDIR, reduce dirs
 - Remove unneeded testssl patch, dtls tests are OK
 - Add new WITHOUT_SSL3 testssl extra-patch
 - Remove md5 patch (inconsistent output)
 - Remove openbsd_hw.c patch (not compiled)
 - Remove srtp patch (upstream fixed)
 - Fix plist
Diffstat (limited to 'security/openssl/files/patch-md5.c')
| -rw-r--r-- | security/openssl/files/patch-md5.c | 11 | 
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); -         } | 
