disable AEAD crypto algorithm if no key size is supported

This commit is contained in:
Andreas Steffen
2010-12-25 16:14:55 +01:00
parent d733a3babb
commit 690d5aed59
+1
View File
@@ -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;
}