diff --git a/src/libsodium/crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c b/src/libsodium/crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c index 2c37526d..0a5a1281 100644 --- a/src/libsodium/crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c +++ b/src/libsodium/crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c @@ -1025,4 +1025,8 @@ crypto_aead_aes256gcm_is_available(void) return sodium_runtime_has_armcrypto(); } +#ifdef __clang__ +#pragma clang attribute pop +#endif + #endif