summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 00:16:40 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 00:44:27 +0200
commit1d2dd47d31e776e5a976069147b33d7c34e5b071 (patch)
tree79aa63b8e61d457f9fe28dc2f2d7ea3f1232a563 /source3/libsmb/ntlmssp.c
parent26c844902c70ea73f43f8e900344c25fb21e607c (diff)
downloadsamba-1d2dd47d31e776e5a976069147b33d7c34e5b071.tar.gz
samba-1d2dd47d31e776e5a976069147b33d7c34e5b071.tar.bz2
samba-1d2dd47d31e776e5a976069147b33d7c34e5b071.zip
s3-crypto: only include crypto headers when crypto is done.
Guenther
Diffstat (limited to 'source3/libsmb/ntlmssp.c')
-rw-r--r--source3/libsmb/ntlmssp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c
index 56dd6d9ab7..12955d8d01 100644
--- a/source3/libsmb/ntlmssp.c
+++ b/source3/libsmb/ntlmssp.c
@@ -26,6 +26,9 @@
#include "../libcli/auth/libcli_auth.h"
#include "../librpc/gen_ndr/ndr_ntlmssp.h"
#include "../libcli/auth/ntlmssp_ndr.h"
+#include "../lib/crypto/md5.h"
+#include "../lib/crypto/arcfour.h"
+#include "../lib/crypto/hmacmd5.h"
static NTSTATUS ntlmssp_client_initial(struct ntlmssp_state *ntlmssp_state,
DATA_BLOB reply, DATA_BLOB *next_request);