From 188eb45433f7fbaeb733235b0d4b2a9d3cf6bc3e Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 20 Nov 2019 13:08:01 -0800 Subject: [PATCH] Maintenance: DTLS Removed redundant sequence increment when sending the Server Hello message. --- src/internal.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/internal.c b/src/internal.c index e71abdba4..cd4954713 100644 --- a/src/internal.c +++ b/src/internal.c @@ -22925,10 +22925,6 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx, if ((ret = DtlsMsgPoolSave(ssl, output, sendSz)) != 0) return ret; } - - if (ssl->options.dtls) { - DtlsSEQIncrement(ssl, CUR_ORDER); - } #endif if (ssl->options.groupMessages)