Forgotten attribute pop
This commit is contained in:
parent
8a87181b6b
commit
b6bcb3dc22
@ -1025,4 +1025,8 @@ crypto_aead_aes256gcm_is_available(void)
|
|||||||
return sodium_runtime_has_armcrypto();
|
return sodium_runtime_has_armcrypto();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
#pragma clang attribute pop
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user