summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-03-19 22:45:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:43 -0500
commit7ccf45684a1f83d7d48a4227aa56c53081d68283 (patch)
tree53132d4c8691a556ca2cfcdca155c974467d23fa /source3/include/client.h
parent496dbdf4350ffc5f53c9f8f734d2c29b312ff11b (diff)
downloadsamba-7ccf45684a1f83d7d48a4227aa56c53081d68283.tar.gz
samba-7ccf45684a1f83d7d48a4227aa56c53081d68283.tar.bz2
samba-7ccf45684a1f83d7d48a4227aa56c53081d68283.zip
r21880: Make client and server calls into encryption code symetrical,
depending on encryption context pointer. Jeremy. (This used to be commit d3f3ced6c8a03d971143baf878158d671dfcbc3b)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 97922ba232..0f268834c6 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -83,6 +83,7 @@ enum smb_trans_enc_type { SMB_TRANS_ENC_NTLM, SMB_TRANS_ENC_KRB5 };
struct smb_trans_enc_state {
enum smb_trans_enc_type smb_enc_type;
+ BOOL enc_on;
union {
NTLMSSP_STATE *ntlmssp_state;
#if defined(HAVE_GSSAPI_SUPPORT) && defined(HAVE_KRB5)