diff options
Diffstat (limited to 'src/common/Cryptography/ARC4.h')
-rw-r--r-- | src/common/Cryptography/ARC4.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/Cryptography/ARC4.h b/src/common/Cryptography/ARC4.h index 8d5b89787e9..5ce2db5aa3b 100644 --- a/src/common/Cryptography/ARC4.h +++ b/src/common/Cryptography/ARC4.h @@ -22,9 +22,7 @@ #include <array> #include <openssl/evp.h> -namespace Trinity -{ -namespace Crypto +namespace Trinity::Crypto { class TC_COMMON_API ARC4 { @@ -43,6 +41,5 @@ namespace Crypto EVP_CIPHER_CTX* _ctx; }; } -} #endif |