commit | fd310ebf2d99fc6ccbfb70dff5eca203c94dbd28 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Sep 06 09:16:35 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Sep 06 09:16:35 2022 +0800 |
tree | 1295bb02972ca1a37bd4af7bf3824171f4ce148b | |
parent | 8253486c4ffe58eaed7906f5a473749246b07f80 [diff] [blame] |
fix coding style issues Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_tls13_client.c b/library/ssl_tls13_client.c index 7b26bbb..c3ee44d 100644 --- a/library/ssl_tls13_client.c +++ b/library/ssl_tls13_client.c
@@ -689,7 +689,7 @@ #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)