mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
HTTPD_SSL_CONFIG_DEFAULT used to be a MACRO and hence used to return a const pointer. With a recent change it started not returning a const variable. This change reverts the function to its MACRO form. Updated the https_server example to use static declration