From d7a21a1ec542f2f4e4ebd785ed7fba3da3b82301 Mon Sep 17 00:00:00 2001 From: TRodziewicz Date: Mon, 26 Apr 2021 13:38:08 +0200 Subject: [PATCH] Fix failing test_when_no_ciphersuites_have_mac test. Signed-off-by: TRodziewicz --- tests/suites/test_suite_cmac.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_cmac.function b/tests/suites/test_suite_cmac.function index cabf1070c..859b2e025 100644 --- a/tests/suites/test_suite_cmac.function +++ b/tests/suites/test_suite_cmac.function @@ -98,7 +98,7 @@ exit: } /* END_CASE */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:MBEDTLS_CIPHER_MODE_CBC */ void mbedtls_cmac_setkey( int cipher_type, int key_size, int result ) { const mbedtls_cipher_info_t *cipher_info;