lib/param move source4 param code to the top level
[samba.git] / source4 / libcli / raw / signing.h
index 56e977ed7c3465dd0e21e5a3f66723c0c6ded996..933db4df74b8a47761e3daffbafce5a243f70250 100644 (file)
@@ -26,10 +26,6 @@ enum smb_signing_engine_state {
        SMB_SIGNING_ENGINE_ON
 };
 
-enum smb_signing_state {
-       SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED, 
-       SMB_SIGNING_REQUIRED, SMB_SIGNING_AUTO};
-
 struct smb_signing_context {
        enum smb_signing_engine_state signing_state;
        DATA_BLOB mac_key;