summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-22 16:43:38 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-22 23:27:06 +0200
commiteb8e5fae41c31043d08398e5a0cc9a543aeb05b9 (patch)
tree115d2a9a153c906008a0b247f83c5ae07540b8da
parentbccd122bb293bf4cc8184f1f73143d30dd38b70f (diff)
downloadgnutls-tmp-gnutls_3_5_x-aarch64-aes-gcm-fix.tar.gz
tests: on cipher override do not run the compatibility checkstmp-gnutls_3_5_x-aarch64-aes-gcm-fix
That is, because we introduce a cipher using the new AEAD API which does not provide compatibility hooks. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/slow/cipher-override.c2
1 files changed, 1 insertions, 1 deletions
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) {