mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 21:43:42 +08:00
Fix no-psk
Fixes #2847 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2856)
This commit is contained in:
parent
e6941c7814
commit
593a2aa3eb
@ -144,12 +144,12 @@ static long socket_mtu;
|
||||
#endif
|
||||
static int dtlslisten = 0;
|
||||
|
||||
static int early_data = 0;
|
||||
|
||||
#ifndef OPENSSL_NO_PSK
|
||||
static char *psk_identity = "Client_identity";
|
||||
char *psk_key = NULL; /* by default PSK is not used */
|
||||
|
||||
static int early_data = 0;
|
||||
|
||||
static unsigned int psk_server_cb(SSL *ssl, const char *identity,
|
||||
unsigned char *psk,
|
||||
unsigned int max_psk_len)
|
||||
|
Loading…
Reference in New Issue
Block a user