mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f72d259622
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.