mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Forgotten attribute pop
This commit is contained in:
parent
8b1f568cb1
commit
38ada39711
@ -1026,4 +1026,8 @@ crypto_aead_aes256gcm_is_available(void)
|
||||
return sodium_runtime_has_armcrypto();
|
||||
}
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang attribute pop
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user