We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b1247 commit 29d8fa7Copy full SHA for 29d8fa7
1 file changed
src/tls13.c
@@ -13412,8 +13412,8 @@ int wolfSSL_connect_TLSv13(WOLFSSL* ssl)
13412
ssl->options.sentChangeCipher = 1;
13413
}
13414
#endif
13415
- ssl->options.handShakeState = CLIENT_HELLO_COMPLETE;
13416
- return WOLFSSL_SUCCESS;
+ ssl->options.handShakeState = CLIENT_HELLO_COMPLETE;
+ return WOLFSSL_SUCCESS;
13417
13418
13419
/* Get the response/s from the server. */
0 commit comments