summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-02-26 02:51:21 +0100
committerGünther Deschner <gd@samba.org>2010-02-26 11:08:01 +0100
commitee547e715eff60fd26fa65655b00b80202088319 (patch)
tree5bdfc1a8d8d3b47fc8415463a7444180fcc67482 /source3/include/ntdomain.h
parent274baba4ab191e4b357ef5babc01a1c5501afebf (diff)
downloadsamba-ee547e715eff60fd26fa65655b00b80202088319.tar.gz
samba-ee547e715eff60fd26fa65655b00b80202088319.tar.bz2
samba-ee547e715eff60fd26fa65655b00b80202088319.zip
s3: remove unused schannel_auth_struct.
Guenther
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h6
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 {