From fa05f89529e05078b29606e4beda3de5cfdce485 Mon Sep 17 00:00:00 2001 From: admin <lrj@aelines-MacBook-Air.local> Date: 星期日, 04 九月 2022 17:41:31 +0800 Subject: [PATCH] 广告升级 --- Pods/MMKVCore/Core/aes/openssl/openssl_aes_core.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pods/MMKVCore/Core/aes/openssl/openssl_aes_core.cpp b/Pods/MMKVCore/Core/aes/openssl/openssl_aes_core.cpp index b52a5e9..21406ad 100755 --- a/Pods/MMKVCore/Core/aes/openssl/openssl_aes_core.cpp +++ b/Pods/MMKVCore/Core/aes/openssl/openssl_aes_core.cpp @@ -43,6 +43,8 @@ #ifndef MMKV_DISABLE_CRYPT +namespace openssl { + #if (__ARM_MAX_ARCH__ > 7) && defined(__linux__) aes_set_encrypt_t AES_set_encrypt_key = openssl::AES_C_set_encrypt_key; @@ -53,8 +55,6 @@ #endif // (__ARM_MAX_ARCH__ > 7 && defined(__linux__) #if (__ARM_MAX_ARCH__ <= 0) || (__ARM_MAX_ARCH__ > 7 && defined(__linux__)) - -namespace openssl { /*- Te0[x] = S [x].[02, 01, 01, 03]; @@ -1037,8 +1037,8 @@ PUTU32(out + 12, s3); } -} // namespace openssl - #endif // (__ARM_MAX_ARCH__ < 0) || (__ARM_MAX_ARCH__ > 7 && defined(__linux__)) +} // namespace openssl + #endif // MMKV_DISABLE_CRYPT -- Gitblit v1.8.0