Add crypto_aead_aes256gcm_aesni_is_available()

This commit is contained in:
Frank Denis
2015-10-11 13:05:32 +02:00
parent 76846bd3ee
commit dadc5d9906
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -3095,7 +3095,7 @@ tv(void)
int
main(void)
{
if (sodium_runtime_has_aesni() && sodium_runtime_has_pclmul()) {
if (crypto_aead_aes256gcm_aesni_is_available()) {
tv();
}
printf("OK\n");