summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-06-07 08:30:51 -0700
committerAndrew Tridgell <tridge@samba.org>2008-06-07 08:30:51 -0700
commit1c33953ae21384f04de11539afaf9ead5e413b96 (patch)
treef026d5693323cd9ff66b0b67564f181f2b18e1bf /source4/libcli/smb2/smb2.h
parente4ad580b99c5b372353c285569204ab94c177748 (diff)
downloadsamba-1c33953ae21384f04de11539afaf9ead5e413b96.tar.gz
samba-1c33953ae21384f04de11539afaf9ead5e413b96.tar.bz2
samba-1c33953ae21384f04de11539afaf9ead5e413b96.zip
make signing per session in the SMB2 client library
Thanks to Metze for spotting this (This used to be commit e9fd9b821c04d1cb7b574f539dd8169611e662aa)
Diffstat (limited to 'source4/libcli/smb2/smb2.h')
-rw-r--r--source4/libcli/smb2/smb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h
index 0903509528..2b468d3dc9 100644
--- a/source4/libcli/smb2/smb2.h
+++ b/source4/libcli/smb2/smb2.h
@@ -30,7 +30,6 @@ struct smb2_handle;
struct smb2_signing_context {
bool doing_signing;
bool signing_started;
- DATA_BLOB session_key;
};
/*
@@ -98,6 +97,7 @@ struct smb2_session {
struct smb2_transport *transport;
struct gensec_security *gensec;
uint64_t uid;
+ DATA_BLOB session_key;
};