diff options
Diffstat (limited to 'libcli/smb')
-rw-r--r-- | libcli/smb/smb_constants.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h index e7898f89c7..4bd48e3c5b 100644 --- a/libcli/smb/smb_constants.h +++ b/libcli/smb/smb_constants.h @@ -88,8 +88,12 @@ enum protocol_types { }; enum smb_signing_setting { - SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED, - SMB_SIGNING_REQUIRED, SMB_SIGNING_AUTO}; + SMB_SIGNING_DEFAULT, + SMB_SIGNING_OFF, + SMB_SIGNING_SUPPORTED, + SMB_SIGNING_REQUIRED, + SMB_SIGNING_AUTO +}; /* types of buffers in core SMB protocol */ #define SMB_DATA_BLOCK 0x1 |