| 1234567891011 | $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
 |