fix count on number of tickets sent

This commit is contained in:
Jacob Barthelmeh
2021-08-26 21:17:45 -06:00
parent a52df87c8a
commit ff9fed08a3

View File

@@ -9428,8 +9428,8 @@ int wolfSSL_accept_TLSv13(WOLFSSL* ssl)
WOLFSSL_ERROR(ssl->error); WOLFSSL_ERROR(ssl->error);
return WOLFSSL_FATAL_ERROR; return WOLFSSL_FATAL_ERROR;
} }
ssl->options.ticketsSent = 1;
} }
ssl->options.ticketsSent = 1;
#endif #endif
#endif /* HAVE_SESSION_TICKET */ #endif /* HAVE_SESSION_TICKET */
ssl->options.acceptState = TLS13_PRE_TICKET_SENT; ssl->options.acceptState = TLS13_PRE_TICKET_SENT;