diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-08-10 04:38:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:48 -0500 |
commit | 6ffaf57fe715419bf3aa677027548161b642d17e (patch) | |
tree | e7edd4868328e81bc82d8d8e4f2f3b530a56db48 /source4/libcli | |
parent | 06cf56bc1dd75bc3fd47ec7c100c42a8aa4b23ba (diff) | |
download | samba-6ffaf57fe715419bf3aa677027548161b642d17e.tar.gz samba-6ffaf57fe715419bf3aa677027548161b642d17e.tar.bz2 samba-6ffaf57fe715419bf3aa677027548161b642d17e.zip |
r1686: Don't use a void* for the context inside the SMB signing code.
Andrew Bartlett
(This used to be commit 64fcd8ecebabdd09fed6b65e3c436bffc1da9de7)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/smb_signing.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/libcli/raw/smb_signing.c b/source4/libcli/raw/smb_signing.c index ddde58fd88..ffbecb85fc 100644 --- a/source4/libcli/raw/smb_signing.c +++ b/source4/libcli/raw/smb_signing.c @@ -22,11 +22,6 @@ #include "includes.h" -struct smb_basic_signing_context { - DATA_BLOB mac_key; - uint32_t next_seq_num; -}; - /*********************************************************** SMB signing - Common code before we set a new signing implementation ************************************************************/ |