summaryrefslogtreecommitdiff
path: root/package/ssltunnel/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-28 19:04:37 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-30 21:18:09 +0200
commit4237c9d899a7e5dfb9d62644601bcbfa1574ab82 (patch)
treeccb7b6d3fe16110c0dbc0648ca5c7760ab6d2b31 /package/ssltunnel/patches
parentf9be3a73d76d5cf4f8b07cbbff925872927a1eaa (diff)
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.
Diffstat (limited to 'package/ssltunnel/patches')
-rw-r--r--package/ssltunnel/patches/patch-client_ntlmauth_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/ssltunnel/patches/patch-client_ntlmauth_c b/package/ssltunnel/patches/patch-client_ntlmauth_c
deleted file mode 100644
index 8699ca947..000000000
--- a/package/ssltunnel/patches/patch-client_ntlmauth_c
+++ /dev/null
@@ -1,11 +0,0 @@
-$Id$
---- ssltunnel-1.15.orig/client/ntlmauth.c 2004-03-10 13:35:21.000000000 +0000
-+++ ssltunnel-1.15/client/ntlmauth.c 2007-08-13 21:25:22.000000000 +0000
-@@ -34,6 +34,7 @@
- #include <syslog.h>
- #include <iconv.h>
- #include <ctype.h>
-+#include <openssl/des.h>
-
- #ifndef INADDR_NONE
- #define INADDR_NONE 0xffffffff