summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
Diffstat (limited to 'libcli')
-rw-r--r--libcli/smb/smb_constants.h8
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