From e6d867f476765b165af5d6e6f8cd8159d0302347 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Thu, 10 Mar 2022 15:04:58 +0100 Subject: [PATCH] Typo Signed-off-by: Gabor Mezei --- library/ssl_ticket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_ticket.c b/library/ssl_ticket.c index b04e184776..18ec20d9d4 100644 --- a/library/ssl_ticket.c +++ b/library/ssl_ticket.c @@ -166,7 +166,7 @@ int mbedtls_ssl_ticket_setup( mbedtls_ssl_ticket_context *ctx, ctx->ticket_lifetime = lifetime; - cipher_info = mbedtls_cipher_info_from_type( cipher); + cipher_info = mbedtls_cipher_info_from_type( cipher ); if( mbedtls_cipher_info_get_mode( cipher_info ) != MBEDTLS_MODE_GCM && mbedtls_cipher_info_get_mode( cipher_info ) != MBEDTLS_MODE_CCM )