mirror of
https://github.com/espressif/esp-idf
synced 2025-03-30 19:30:10 -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.