diff options
author | Günther Deschner <gd@samba.org> | 2009-09-16 00:26:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-16 01:55:06 +0200 |
commit | 799f8d7e13cc712f32cdd779770e4868ad17486b (patch) | |
tree | 61da8c7ed7a16b5139708fad679367b15811861b /libcli | |
parent | f3979b50a9b2aacb0497df770f09950b78878fcc (diff) | |
download | samba-799f8d7e13cc712f32cdd779770e4868ad17486b.tar.gz samba-799f8d7e13cc712f32cdd779770e4868ad17486b.tar.bz2 samba-799f8d7e13cc712f32cdd779770e4868ad17486b.zip |
schannel: fully share schannel sign/seal between s3 and 4.
Guenther
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/auth/schannel_state_ldb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/auth/schannel_state_ldb.c b/libcli/auth/schannel_state_ldb.c index 37458c7cc5..69d6bad22c 100644 --- a/libcli/auth/schannel_state_ldb.c +++ b/libcli/auth/schannel_state_ldb.c @@ -29,6 +29,7 @@ #include "auth/auth.h" #include "param/param.h" #include "auth/gensec/schannel_state.h" +#include "../libcli/auth/schannel_state_proto.h" static struct ldb_val *schannel_dom_sid_ldb_val(TALLOC_CTX *mem_ctx, struct dom_sid *sid) |