Merge pull request #9903 from julek-wolfssl/fenrir/20

Remove duplicate check
This commit is contained in:
Daniel Pouzzner
2026-03-06 22:19:51 -06:00
committed by GitHub
+1 -1
View File
@@ -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;