blob: 8699ca947e577e56dc20b45d433e023f160b98b1 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|