mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 06:02:22 +01:00
tls13: fix indentation alignment
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user