fix wrong typo
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
4f77ecf409
commit
c2bfaf00d9
2 changed files with 7 additions and 7 deletions
|
@ -208,7 +208,7 @@ static int ssl_tls13_offered_psks_check_identity_match_ticket(
|
|||
if( age_in_s > 604800 )
|
||||
{
|
||||
MBEDTLS_SSL_DEBUG_MSG(
|
||||
3, ( "Ticket age exceed limitation ticket_age=%lu",
|
||||
3, ( "Ticket age exceeds limitation ticket_age=%lu",
|
||||
(long unsigned int)age_in_s ) );
|
||||
goto exit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue