mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-31 17:51:11 +02:00
MBEDTLS_CMAC_C dependency is ivalid. "PEM read (unknown encryption algorithm)" needs MBEDTLS_CIPHER_MODE_CBC dependency as otherwise this test is failing in test_when_no_ciphersuites_have_mac configuration because mbedtls_pem_read_buffer() returns a different error (MBEDTLS_ERR_PEM_FEATURE_UNAVAILABLE). Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>