From 29d8fa7cb68ce5961673baa6a23139aaa72fe510 Mon Sep 17 00:00:00 2001 From: Marco Oliverio Date: Mon, 22 Dec 2025 13:45:34 +0100 Subject: [PATCH] tls13: fix indentation alignment --- src/tls13.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tls13.c b/src/tls13.c index 9ef675b70..2e3a83e2f 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -13412,8 +13412,8 @@ int wolfSSL_connect_TLSv13(WOLFSSL* ssl) ssl->options.sentChangeCipher = 1; } #endif - ssl->options.handShakeState = CLIENT_HELLO_COMPLETE; - return WOLFSSL_SUCCESS; + ssl->options.handShakeState = CLIENT_HELLO_COMPLETE; + return WOLFSSL_SUCCESS; } #endif /* Get the response/s from the server. */