diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/ssltunnel/patches |
Initial import
Diffstat (limited to 'package/ssltunnel/patches')
-rw-r--r-- | package/ssltunnel/patches/patch-client_ntlmauth_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ssltunnel/patches/patch-client_ntlmauth_c b/package/ssltunnel/patches/patch-client_ntlmauth_c new file mode 100644 index 000000000..8699ca947 --- /dev/null +++ b/package/ssltunnel/patches/patch-client_ntlmauth_c @@ -0,0 +1,11 @@ +$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 |