Skip to content

Commit 29d8fa7

Browse files
committed
tls13: fix indentation alignment
1 parent 14b1247 commit 29d8fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tls13.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13412,8 +13412,8 @@ int wolfSSL_connect_TLSv13(WOLFSSL* ssl)
1341213412
ssl->options.sentChangeCipher = 1;
1341313413
}
1341413414
#endif
13415-
ssl->options.handShakeState = CLIENT_HELLO_COMPLETE;
13416-
return WOLFSSL_SUCCESS;
13415+
ssl->options.handShakeState = CLIENT_HELLO_COMPLETE;
13416+
return WOLFSSL_SUCCESS;
1341713417
}
1341813418
#endif
1341913419
/* Get the response/s from the server. */

0 commit comments

Comments
 (0)