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);
|
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;
|
||||||
|
Reference in New Issue
Block a user