aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/AES.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Cryptography/AES.h')
-rw-r--r--src/common/Cryptography/AES.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/Cryptography/AES.h b/src/common/Cryptography/AES.h
index e559be75a16..b7ff64c11d0 100644
--- a/src/common/Cryptography/AES.h
+++ b/src/common/Cryptography/AES.h
@@ -22,9 +22,7 @@
#include <array>
#include <openssl/evp.h>
-namespace Trinity
-{
-namespace Crypto
+namespace Trinity::Crypto
{
class TC_COMMON_API AES
{
@@ -50,6 +48,5 @@ namespace Crypto
bool _encrypting;
};
}
-}
#endif // Trinity_AES_h__