mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 18:08:44 +00:00
Add a build with MBEDTLS_ERROR_STRERROR_DUMMY but not MBEDTLS_ERROR_C. Previously, both options were enabled by default, but MBEDTLS_ERROR_STRERROR_DUMMY only matters when MBEDTLS_ERROR_C is enabled, so its effect was not tested. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>