src/internal.c: fix typo introduced in earlier "typographic cleanup".

This commit is contained in:
Daniel Pouzzner 2021-11-08 18:24:08 -06:00
parent 95bed1cdfd
commit 18e487069b

View File

@ -29131,7 +29131,7 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
* Session tickets are checked for validity based on the time each ticket
* was created, timeout value and the current time. If the tickets are
* judged expired, falls back to full-handshake. If you want disable this
* sessin ticket validation check in TLS1.2 and below, define
* session ticket validation check in TLS1.2 and below, define
* WOLFSSL_NO_TICKET_EXPRE.
*/
int HandleTlsResumption(WOLFSSL* ssl, int bogusID, Suites* clSuites)