Maintenance: DTLS

Removed redundant sequence increment when sending the Server Hello message.
This commit is contained in:
John Safranek
2019-11-20 13:08:01 -08:00
parent 19d8ef405c
commit 188eb45433

View File

@@ -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)