We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f420609 commit 4bbff34Copy full SHA for 4bbff34
components/esp-tls/esp_tls.h
@@ -49,7 +49,7 @@ typedef enum esp_tls_role {
49
*/
50
typedef struct psk_key_hint {
51
const uint8_t* key; /*!< key in PSK authentication mode in binary format */
52
- const size_t key_size; /*!< length of the key */
+ size_t key_size; /*!< length of the key */
53
const char* hint; /*!< hint in PSK authentication mode in string format */
54
} psk_hint_key_t;
55
0 commit comments