fix coding style issues
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
8253486c4f
commit
fd310ebf2d
2 changed files with 4 additions and 7 deletions
|
@ -689,7 +689,7 @@ static int ssl_tls13_get_psk_to_offer(
|
|||
|
||||
#if defined(MBEDTLS_SSL_SESSION_TICKETS)
|
||||
/* Check if a ticket has been configured. */
|
||||
if( ssl->session_negotiate != NULL &&
|
||||
if( ssl->session_negotiate != NULL &&
|
||||
ssl->session_negotiate->ticket != NULL )
|
||||
{
|
||||
#if defined(MBEDTLS_HAVE_TIME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue