diff --git a/src/internal.c b/src/internal.c index c9c0a5676..e2fdbcc71 100644 --- a/src/internal.c +++ b/src/internal.c @@ -7328,7 +7328,7 @@ int VerifyForDtlsMsgPoolSend(WOLFSSL* ssl, byte type, word32 fragOffset) ((ssl->options.verifyPeer) && (type == certificate)) || ((!ssl->options.verifyPeer) && (type == client_key_exchange)))) || ((ssl->options.side == WOLFSSL_CLIENT_END) && - (type == server_hello)))); + (type == hello_request || type == server_hello)))); }