X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Flibs%2Fopenssl%2Fpatches%2F220-fix-no-ec-build.patch;fp=package%2Flibs%2Fopenssl%2Fpatches%2F220-fix-no-ec-build.patch;h=0000000000000000000000000000000000000000;hp=44ec50eae4cd382d7b01ef01b9b89ab7f4884367;hb=8a2b958bbae529ff8389eb3a30e21dc9e1d282db;hpb=41fcf6455a0a3754c7e4ad4d7c1068c8ebd4ce4e 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 - #include - #include -+#ifndef OPENSSL_NO_EC - #ifdef OPENSSL_NO_EC2M - # include - #endif -+#endif - #include - #include - #include "ssl_locl.h"