mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-08 15:39:41 +00:00
Stop warning if dtls disabled.
This commit is contained in:
parent
4e63da0669
commit
67d8ab07e6
@ -298,7 +298,9 @@ static const char *session_id_prefix=NULL;
|
|||||||
|
|
||||||
static int enable_timeouts = 0;
|
static int enable_timeouts = 0;
|
||||||
static long socket_mtu;
|
static long socket_mtu;
|
||||||
|
#ifndef OPENSSL_NO_DTLS1
|
||||||
static int cert_chain = 0;
|
static int cert_chain = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_PSK
|
#ifndef OPENSSL_NO_PSK
|
||||||
static char *psk_identity="Client_identity";
|
static char *psk_identity="Client_identity";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user