mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
36090b7161removed use_secure_element from httpd_ssl_config and from HTTPD_SSL_CONFIG_DEFAULT().8fe74703bcthen restored the member to the struct to keep source compatibility, but did not restore it to the macro, so HTTPD_SSL_CONFIG_DEFAULT() no longer initializes every member of the struct it is documented to initialize. C tolerates the gap in designated initializers, but C++ diagnoses it as -Wmissing-field-initializers, which is fatal for applications built with -Werror.