]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Enable OpenSSL AES-GCM in nettle-benchmark
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tue, 12 Dec 2017 00:54:38 +0000 (03:54 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 17 Feb 2018 09:04:31 +0000 (10:04 +0100)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
examples/nettle-benchmark.c

index 4efcca5c93998081f606a0ef135433d586adb84c..655ce09e941c71a132f7dbd20a5c81f56648ab6b 100644 (file)
@@ -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,