mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
tls13: srv: Fix initialization value
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@ -478,7 +478,7 @@ struct psk_attributes {
|
|||||||
int key_exchange_mode;
|
int key_exchange_mode;
|
||||||
const mbedtls_ssl_ciphersuite_t *ciphersuite_info;
|
const mbedtls_ssl_ciphersuite_t *ciphersuite_info;
|
||||||
};
|
};
|
||||||
#define PSK_ATTRIBUTES_INIT { 0, 0, 0 }
|
#define PSK_ATTRIBUTES_INIT { 0, 0, NULL }
|
||||||
|
|
||||||
/* Parser for pre_shared_key extension in client hello
|
/* Parser for pre_shared_key extension in client hello
|
||||||
* struct {
|
* struct {
|
||||||
|
Reference in New Issue
Block a user