summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-02 14:00:23 +0100
committerGünther Deschner <gd@samba.org>2011-03-16 10:11:16 +0100
commit6c8d802391e0aaf375108bcd1270565983d735a8 (patch)
tree04a8ab295977f77ce7620c2245bce7125dc4f840 /source3/libsmb
parente1f84330baa544ebaef42492a7ea2d69cb844fea (diff)
downloadsamba-6c8d802391e0aaf375108bcd1270565983d735a8.tar.gz
samba-6c8d802391e0aaf375108bcd1270565983d735a8.tar.bz2
samba-6c8d802391e0aaf375108bcd1270565983d735a8.zip
s3-libsmb: move smb encryption structs into own header.
Guenther
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/async_smb.c1
-rw-r--r--source3/libsmb/clifsinfo.c1
-rw-r--r--source3/libsmb/smb_seal.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/async_smb.c b/source3/libsmb/async_smb.c
index 24df6a600a..9708e3ccd3 100644
--- a/source3/libsmb/async_smb.c
+++ b/source3/libsmb/async_smb.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "../lib/async_req/async_sock.h"
#include "async_smb.h"
+#include "smb_crypt.h"
/*
* Read an smb packet asynchronously, discard keepalives
diff --git a/source3/libsmb/clifsinfo.c b/source3/libsmb/clifsinfo.c
index a5f58bba8a..7845a9de07 100644
--- a/source3/libsmb/clifsinfo.c
+++ b/source3/libsmb/clifsinfo.c
@@ -22,6 +22,7 @@
#include "../libcli/auth/spnego.h"
#include "../libcli/auth/ntlmssp.h"
#include "async_smb.h"
+#include "smb_crypt.h"
/****************************************************************************
Get UNIX extensions version info.
diff --git a/source3/libsmb/smb_seal.c b/source3/libsmb/smb_seal.c
index 4610850638..0eed15d4a3 100644
--- a/source3/libsmb/smb_seal.c
+++ b/source3/libsmb/smb_seal.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "../libcli/auth/ntlmssp.h"
+#include "smb_crypt.h"
/******************************************************************************
Pull out the encryption context for this packet. 0 means global context.