Skip to content
Snippets Groups Projects
Commit b6b35acd authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Niels Möller
Browse files

Enable OpenSSL AES-GCM in nettle-benchmark

parent 232a385f
No related branches found
No related tags found
No related merge requests found
......@@ -784,6 +784,9 @@ main(int argc, char **argv)
&nettle_gcm_aes128,
&nettle_gcm_aes192,
&nettle_gcm_aes256,
OPENSSL(&nettle_openssl_gcm_aes128)
OPENSSL(&nettle_openssl_gcm_aes192)
OPENSSL(&nettle_openssl_gcm_aes256)
&nettle_gcm_camellia128,
&nettle_gcm_camellia256,
&nettle_eax_aes128,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment