diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-11 20:28:44 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-11 20:28:44 +0000 |
commit | 89c8d78d31852a80f655e2395d1c776be51aea83 (patch) | |
tree | 4defbbd37b912ad3a40aafae6ff459265e7c9d45 /package/libs/openssl/patches/220-fix-no-ec-build.patch | |
parent | 84bfed7bd32e7541feadc9c438e57b14559ddc7b (diff) | |
download | upstream-89c8d78d31852a80f655e2395d1c776be51aea83.tar.gz upstream-89c8d78d31852a80f655e2395d1c776be51aea83.tar.bz2 upstream-89c8d78d31852a80f655e2395d1c776be51aea83.zip |
openssl: 1.0.2b (hey, we made it nearly 3 months this time!)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45946
Diffstat (limited to 'package/libs/openssl/patches/220-fix-no-ec-build.patch')
-rw-r--r-- | package/libs/openssl/patches/220-fix-no-ec-build.patch | 14 |
1 files changed, 0 insertions, 14 deletions
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 44ec50eae4..0000000000 --- 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 <openssl/objects.h> - #include <openssl/evp.h> - #include <openssl/hmac.h> -+#ifndef OPENSSL_NO_EC - #ifdef OPENSSL_NO_EC2M - # include <openssl/ec.h> - #endif -+#endif - #include <openssl/ocsp.h> - #include <openssl/rand.h> - #include "ssl_locl.h" |