forked from wolfSSL/wolfssl
dtls: remove dead code
This commit is contained in:
@@ -848,8 +848,6 @@ static int SendStatelessReplyDtls13(const WOLFSSL* ssl, WolfSSL_CH* ch)
|
|||||||
WOLFSSL* nonConstSSL = (WOLFSSL*)ssl;
|
WOLFSSL* nonConstSSL = (WOLFSSL*)ssl;
|
||||||
TLSX* sslExts = nonConstSSL->extensions;
|
TLSX* sslExts = nonConstSSL->extensions;
|
||||||
|
|
||||||
if (ret != 0)
|
|
||||||
goto dtls13_cleanup;
|
|
||||||
nonConstSSL->options.tls = 1;
|
nonConstSSL->options.tls = 1;
|
||||||
nonConstSSL->options.tls1_1 = 1;
|
nonConstSSL->options.tls1_1 = 1;
|
||||||
nonConstSSL->options.tls1_3 = 1;
|
nonConstSSL->options.tls1_3 = 1;
|
||||||
|
Reference in New Issue
Block a user