summaryrefslogtreecommitdiff
path: root/tests/aead-cipher-vec.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aead-cipher-vec.c')
-rw-r--r--tests/aead-cipher-vec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/aead-cipher-vec.c b/tests/aead-cipher-vec.c
index 10e3db8626..fba9010d9e 100644
--- a/tests/aead-cipher-vec.c
+++ b/tests/aead-cipher-vec.c
@@ -116,6 +116,7 @@ doit(void)
}
start("aes-128-gcm", GNUTLS_CIPHER_AES_128_GCM);
+ start("aes-192-gcm", GNUTLS_CIPHER_AES_192_GCM);
start("aes-256-gcm", GNUTLS_CIPHER_AES_256_GCM);
start("aes-128-ccm", GNUTLS_CIPHER_AES_128_CCM);
if (!gnutls_fips140_mode_enabled())