From 4237c9d899a7e5dfb9d62644601bcbfa1574ab82 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 28 Sep 2016 19:04:37 +0200 Subject: remove OpenSSL support I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL. --- package/openssl/patches/patch-Makefile_org | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/openssl/patches/patch-Makefile_org (limited to 'package/openssl/patches/patch-Makefile_org') diff --git a/package/openssl/patches/patch-Makefile_org b/package/openssl/patches/patch-Makefile_org deleted file mode 100644 index 46a14f304..000000000 --- a/package/openssl/patches/patch-Makefile_org +++ /dev/null @@ -1,20 +0,0 @@ ---- openssl-1.0.2c.orig/Makefile.org 2015-06-12 16:51:21.000000000 +0200 -+++ openssl-1.0.2c/Makefile.org 2015-06-13 19:48:43.000000000 +0200 -@@ -136,7 +136,7 @@ FIPSCANLIB= - - BASEADDR= - --DIRS= crypto ssl engines apps test tools -+DIRS= crypto ssl engines apps tools - ENGDIRS= ccgost - SHLIBDIRS= crypto ssl - -@@ -526,7 +526,7 @@ dist: - dist_pem_h: - (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) - --install: all install_docs install_sw -+install: all install_sw - - install_sw: - @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ -- cgit v1.2.3