r1686: Don't use a void* for the context inside the SMB signing code.
[samba.git] / source / libcli / raw / smb_signing.c
index ddde58fd889d7c60ec46b26802719ac7239d1633..ffbecb85fc8564a0e2d666003d9f4b3fee38351d 100644 (file)
 
 #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
 ************************************************************/