mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
esp_https_server.h: Remove const identifier for esp_tls pointer
This commit is contained in:
@@ -36,7 +36,7 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
typedef struct esp_https_server_user_cb_arg {
|
typedef struct esp_https_server_user_cb_arg {
|
||||||
httpd_ssl_user_cb_state_t user_cb_state;
|
httpd_ssl_user_cb_state_t user_cb_state;
|
||||||
const esp_tls_t *tls;
|
esp_tls_t *tls;
|
||||||
} esp_https_server_user_cb_arg_t;
|
} esp_https_server_user_cb_arg_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user