From 790ff6f9f1d865e25b7a1bc322be3c81f9e3ba46 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 22 May 2017 16:43:38 +0200 Subject: tests: on cipher override do not run the compatibility checks That is, because we introduce a cipher using the new AEAD API which does not provide compatibility hooks. Signed-off-by: Nikos Mavrogiannopoulos --- tests/slow/cipher-override.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/slow/cipher-override.c b/tests/slow/cipher-override.c index fd5d0c990b..0c0573db6e 100644 --- a/tests/slow/cipher-override.c +++ b/tests/slow/cipher-override.c @@ -230,7 +230,7 @@ int main(int argc, char **argv) global_init(); - if (gnutls_cipher_self_test(1, 0) < 0) + if (gnutls_cipher_self_test(GNUTLS_SELF_TEST_FLAG_ALL|GNUTLS_SELF_TEST_FLAG_NO_COMPAT, 0) < 0) return 1; if (used == 0) { -- cgit v1.2.1