diff options
author | Günther Deschner <gd@samba.org> | 2009-09-16 03:23:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-16 03:23:05 +0200 |
commit | 5b86a0ac013173e9d00f2f1476fb3ee54463e930 (patch) | |
tree | 28b23a9cf3dcba1160ff0f11d89407125dba4bd5 /libcli/auth | |
parent | 310051c79de5c649847972cdc1ae565d81841ec5 (diff) | |
download | samba-5b86a0ac013173e9d00f2f1476fb3ee54463e930.tar.gz samba-5b86a0ac013173e9d00f2f1476fb3ee54463e930.tar.bz2 samba-5b86a0ac013173e9d00f2f1476fb3ee54463e930.zip |
schannel: remove last traces of gensec.
Guenther
Diffstat (limited to 'libcli/auth')
-rw-r--r-- | libcli/auth/schannel_sign.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcli/auth/schannel_sign.c b/libcli/auth/schannel_sign.c index 45f3989e11..e60b4107bb 100644 --- a/libcli/auth/schannel_sign.c +++ b/libcli/auth/schannel_sign.c @@ -23,8 +23,6 @@ #include "includes.h" #include "../libcli/auth/schannel.h" #include "../lib/crypto/crypto.h" -#include "auth/gensec/gensec.h" -#include "auth/gensec/gensec_proto.h" #define NETSEC_SIGN_SIGNATURE { 0x77, 0x00, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00 } #define NETSEC_SEAL_SIGNATURE { 0x77, 0x00, 0x7a, 0x00, 0xff, 0xff, 0x00, 0x00 } |