diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 { |