mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 12:20:11 -04: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.