mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00

When compiling esp_crt_bundle.c, it would end up with a different struct layout due to configuration options from "mbedtls/esp_config.h" not being considered. This lead to ca_chain potentially not being set correctly.