From 38ada39711424746474cfaebeb934127c25b328a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 12 Sep 2023 16:02:49 +0200 Subject: [PATCH] Forgotten attribute pop --- .../aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c | 4 ++++ 1 file changed, 4 insertions(+) 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 5058bac9..ed2af303 100644 --- a/src/libsodium/crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c +++ b/src/libsodium/crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c @@ -1026,4 +1026,8 @@ crypto_aead_aes256gcm_is_available(void) return sodium_runtime_has_armcrypto(); } +#ifdef __clang__ +#pragma clang attribute pop +#endif + #endif