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)