summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 73e29a1fff..853ee7ae42 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -62,10 +62,9 @@ typedef struct smb_sign_info {
BOOL negotiated_smb_signing;
BOOL temp_smb_signing;
size_t mac_key_len;
- uint8 mac_key[64];
+ uint8 mac_key[44];
uint32 send_seq_num;
uint32 reply_seq_num;
- BOOL allow_smb_signing;
} smb_sign_info;
struct cli_state {
@@ -122,10 +121,6 @@ struct cli_state {
smb_sign_info sign_info;
- /* the session key for this CLI, outside
- any per-pipe authenticaion */
- unsigned char user_session_key[16];
-
/*
* Only used in NT domain calls.
*/