mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 14:32:58 +00:00
The first three test cases from test_suites_pkparse.data failed because the key file they read requires DES to be read. However, MBEDTLS_DES_C was missing from the dependency list.