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-tools_c_rehash | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/openssl/patches/patch-tools_c_rehash (limited to 'package/openssl/patches/patch-tools_c_rehash') diff --git a/package/openssl/patches/patch-tools_c_rehash b/package/openssl/patches/patch-tools_c_rehash deleted file mode 100644 index 16acf856d..000000000 --- a/package/openssl/patches/patch-tools_c_rehash +++ /dev/null @@ -1,13 +0,0 @@ ---- openssl-1.0.2a.orig/tools/c_rehash 2015-03-19 14:31:17.000000000 +0100 -+++ openssl-1.0.2a/tools/c_rehash 2015-04-06 10:52:37.395255700 +0200 -@@ -3,8 +3,8 @@ - # Perl c_rehash script, scan all files in a directory - # and add symbolic links to their hash values. - --my $dir = "/usr/local/ssl"; --my $prefix = "/usr/local/ssl"; -+my $dir = "/etc/ssl"; -+my $prefix = "/usr"; - - my $openssl = $ENV{OPENSSL} || "openssl"; - my $pwd; -- cgit v1.2.3