diff options
Diffstat (limited to 'zencore/crypto.cpp')
| -rw-r--r-- | zencore/crypto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zencore/crypto.cpp b/zencore/crypto.cpp index 91315aa9a..85b22a730 100644 --- a/zencore/crypto.cpp +++ b/zencore/crypto.cpp @@ -202,7 +202,6 @@ TEST_CASE("crypto.aes") { SUBCASE("basic") { -# if ZEN_PLATFORM_WINDOWS auto Cipher = std::make_unique<Aes>(); std::string_view PlainText = "The quick brown fox jumps over the lazy dog"sv; @@ -231,7 +230,6 @@ TEST_CASE("crypto.aes") CHECK(EncryptedDecryptedText == PlainText); } -# endif } #endif |