From 89c8d78d31852a80f655e2395d1c776be51aea83 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 11 Jun 2015 20:28:44 +0000 Subject: openssl: 1.0.2b (hey, we made it nearly 3 months this time!) Signed-off-by: Steven Barth SVN-Revision: 45946 --- package/libs/openssl/patches/220-fix-no-ec-build.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/libs/openssl/patches/220-fix-no-ec-build.patch (limited to 'package/libs/openssl/patches/220-fix-no-ec-build.patch') diff --git a/package/libs/openssl/patches/220-fix-no-ec-build.patch b/package/libs/openssl/patches/220-fix-no-ec-build.patch deleted file mode 100644 index 44ec50e..0000000 --- a/package/libs/openssl/patches/220-fix-no-ec-build.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/ssl/t1_lib.c -+++ b/ssl/t1_lib.c -@@ -113,9 +113,11 @@ - #include - #include - #include -+#ifndef OPENSSL_NO_EC - #ifdef OPENSSL_NO_EC2M - # include - #endif -+#endif - #include - #include - #include "ssl_locl.h" -- cgit v1.1