forked from wolfSSL/wolfssl
fix count on number of tickets sent
This commit is contained in:
@ -9428,8 +9428,8 @@ int wolfSSL_accept_TLSv13(WOLFSSL* ssl)
|
||||
WOLFSSL_ERROR(ssl->error);
|
||||
return WOLFSSL_FATAL_ERROR;
|
||||
}
|
||||
ssl->options.ticketsSent = 1;
|
||||
}
|
||||
ssl->options.ticketsSent = 1;
|
||||
#endif
|
||||
#endif /* HAVE_SESSION_TICKET */
|
||||
ssl->options.acceptState = TLS13_PRE_TICKET_SENT;
|
||||
|
Reference in New Issue
Block a user