summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/ntlmssp.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-01-05 18:21:10 +0100
committerGünther Deschner <gd@samba.org>2010-03-24 17:34:52 +0100
commit1b20f7192a56933a094733bea042e753c7b27c48 (patch)
tree08d0c26e7f7ce2e169061c46dcaab7ac06ac2d20 /source4/auth/ntlmssp/ntlmssp.h
parenta56ae60851da0767d8cb2b56d2f8cf0273821189 (diff)
downloadsamba-1b20f7192a56933a094733bea042e753c7b27c48.tar.gz
samba-1b20f7192a56933a094733bea042e753c7b27c48.tar.bz2
samba-1b20f7192a56933a094733bea042e753c7b27c48.zip
s4:ntlmssp: move encrypted_session_key to ntlmssp_server_auth_state
metze Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source4/auth/ntlmssp/ntlmssp.h')
-rw-r--r--source4/auth/ntlmssp/ntlmssp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h
index fe1e65bdbb..111b29cbb3 100644
--- a/source4/auth/ntlmssp/ntlmssp.h
+++ b/source4/auth/ntlmssp/ntlmssp.h
@@ -77,9 +77,6 @@ struct ntlmssp_state
uint32_t neg_flags; /* the current state of negotiation with the NTLMSSP partner */
- /* internal variables used by KEY_EXCH (client-supplied user session key */
- DATA_BLOB encrypted_session_key;
-
/**
* Private data for the callback functions
*/