From 5b86a0ac013173e9d00f2f1476fb3ee54463e930 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Sep 2009 03:23:05 +0200 Subject: schannel: remove last traces of gensec. Guenther --- libcli/auth/schannel_sign.c | 2 -- 1 file changed, 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 } -- cgit