tls13: fix indentation alignment

This commit is contained in:
Marco Oliverio
2025-12-22 13:45:34 +01:00
parent 14b124769a
commit 29d8fa7cb6

View File

@@ -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. */