s3: remove unused schannel_auth_struct.
authorGünther Deschner <gd@samba.org>
Fri, 26 Feb 2010 01:51:21 +0000 (02:51 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 26 Feb 2010 10:08:01 +0000 (11:08 +0100)
Guenther

source3/include/ntdomain.h

index 3204e2e64b50cd645c55ed5d68a1ac68c52acddf..c98ee181d5b9b31a57a77057f364195757873f31 100644 (file)
@@ -140,12 +140,6 @@ struct kerberos_auth_struct {
        DATA_BLOB session_key;
 };
 
-/* auth state for schannel. */
-struct schannel_auth_struct {
-       unsigned char sess_key[16];
-       uint32 seq_num;
-};
-
 /* auth state for all bind types. */
 
 struct pipe_auth_data {