mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 15:32:58 +00:00
tls13: srv: Fix initialization value
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
f602f7ba50
commit
16cc370423
@ -478,7 +478,7 @@ struct psk_attributes {
|
||||
int key_exchange_mode;
|
||||
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
|
||||
* struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user