From 4a66d0e232271968ba96da50274428916a393975 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 27 Mar 2007 21:13:31 +0000 Subject: r21991: I hate Steve French :-). Add support for encryption contexts.... Jeremy. (This used to be commit ae8f3649f773b8a8dcb55921536d038d3475322e) --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index 3185f05ac1..4df2459fb2 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -90,6 +90,7 @@ struct smb_tran_enc_state_gss { struct smb_trans_enc_state { enum smb_trans_enc_type smb_enc_type; + uint16 enc_ctx_num; BOOL enc_on; union { NTLMSSP_STATE *ntlmssp_state; -- cgit