diff --git a/mRemoteV1/Security/BlockCipherEngines.cs b/mRemoteV1/Security/BlockCipherEngines.cs index 55e44021..88932b87 100644 --- a/mRemoteV1/Security/BlockCipherEngines.cs +++ b/mRemoteV1/Security/BlockCipherEngines.cs @@ -1,4 +1,5 @@  +// ReSharper disable InconsistentNaming namespace mRemoteNG.Security { public enum BlockCipherEngines diff --git a/mRemoteV1/Security/BlockCipherModes.cs b/mRemoteV1/Security/BlockCipherModes.cs index 274ced74..11d2e932 100644 --- a/mRemoteV1/Security/BlockCipherModes.cs +++ b/mRemoteV1/Security/BlockCipherModes.cs @@ -1,4 +1,5 @@  +// ReSharper disable InconsistentNaming namespace mRemoteNG.Security { public enum BlockCipherModes