summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-21 13:20:26 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:01 +1000
commit16b2118b4369f8204d86d5ad2eb117837da26789 (patch)
treed6d30eba2a3fe3d8d0ebc59782868e81b770a610 /source4/libcli/ldap
parentde71a67a1c442a72a7ab88674430b44d371c09d5 (diff)
downloadsamba-16b2118b4369f8204d86d5ad2eb117837da26789.tar.gz
samba-16b2118b4369f8204d86d5ad2eb117837da26789.tar.bz2
samba-16b2118b4369f8204d86d5ad2eb117837da26789.zip
gensec: split GENSEC into mechanism-dependent and runtime functions
The startup and runtime functions that have no dependencies are moved into the top level. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r--source4/libcli/ldap/ldap_bind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap_bind.c b/source4/libcli/ldap/ldap_bind.c
index f5cf25ec3f..e5e8cbadb4 100644
--- a/source4/libcli/ldap/ldap_bind.c
+++ b/source4/libcli/ldap/ldap_bind.c
@@ -27,6 +27,7 @@
#include "libcli/ldap/ldap_client.h"
#include "lib/tls/tls.h"
#include "auth/gensec/gensec.h"
+#include "auth/gensec/gensec_socket.h"
#include "auth/credentials/credentials.h"
#include "lib/stream/packet.h"
#include "param/param.h"