From 909af3fa4b433c2b6bded30a17564633bc14c7c1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 9 Feb 2015 15:26:35 +0000 Subject: openssl: fix upstream regression for non-ec builds Signed-off-by: Steven Barth SVN-Revision: 44364 --- package/libs/openssl/patches/220-fix-no-ec-build.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/libs/openssl/patches/220-fix-no-ec-build.patch (limited to 'package/libs/openssl/patches') diff --git a/package/libs/openssl/patches/220-fix-no-ec-build.patch b/package/libs/openssl/patches/220-fix-no-ec-build.patch new file mode 100644 index 0000000000..44ec50eae4 --- /dev/null +++ b/package/libs/openssl/patches/220-fix-no-ec-build.patch @@ -0,0 +1,14 @@ +--- 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.2.3