From ee547e715eff60fd26fa65655b00b80202088319 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 26 Feb 2010 02:51:21 +0100 Subject: s3: remove unused schannel_auth_struct. Guenther --- source3/include/ntdomain.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 3204e2e64b..c98ee181d5 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -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 { -- cgit