diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-22 16:43:38 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-05-22 23:25:51 +0200 |
commit | 589dad9a420c4ae33e8893c43d13bae1f49a8b4e (patch) | |
tree | 08478b5fec5cca6b2c514fa7d6418b263c8e8ae5 /tests | |
parent | b66939ede52b9b307c872dea48e0bd864a4d6b20 (diff) | |
download | gnutls-589dad9a420c4ae33e8893c43d13bae1f49a8b4e.tar.gz |
tests: on cipher override do not run the compatibility checkstmp-enhance-crypto-self-tests
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/slow/cipher-override.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow/cipher-override.c b/tests/slow/cipher-override.c index 539a49fcdc..0120418d62 100644 --- a/tests/slow/cipher-override.c +++ b/tests/slow/cipher-override.c @@ -225,7 +225,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) { |