mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:30:48 +02:00
Remove duplicate check
F-20
This commit is contained in:
+1
-1
@@ -473,7 +473,7 @@ static int Dtls13SendNow(WOLFSSL* ssl, enum HandShakeType handshakeType)
|
||||
|
||||
if (handshakeType == client_hello || handshakeType == hello_retry_request ||
|
||||
handshakeType == finished || handshakeType == session_ticket ||
|
||||
handshakeType == session_ticket || handshakeType == key_update ||
|
||||
handshakeType == key_update ||
|
||||
(handshakeType == certificate_request &&
|
||||
ssl->options.handShakeState == HANDSHAKE_DONE))
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user