From 690d5aed59afcd582642829230424f80ae2be9aa Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 25 Dec 2010 16:14:55 +0100 Subject: [PATCH] disable AEAD crypto algorithm if no key size is supported --- src/libstrongswan/crypto/crypto_tester.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstrongswan/crypto/crypto_tester.c b/src/libstrongswan/crypto/crypto_tester.c index b4a29734a9..276f4329a7 100644 --- a/src/libstrongswan/crypto/crypto_tester.c +++ b/src/libstrongswan/crypto/crypto_tester.c @@ -352,6 +352,7 @@ METHOD(crypto_tester_t, test_aead, bool, DBG1(DBG_LIB, "%N[%s]: %u bit key size not supported", encryption_algorithm_names, alg, plugin_name, BITS_PER_BYTE * vector->key_size); + failed = TRUE; continue; } -- 2.47.3