We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e89e46 + 09b6974 commit 008d495Copy full SHA for 008d495
1 file changed
src/tls13.c
@@ -11954,7 +11954,7 @@ int wolfSSL_connect_TLSv13(WOLFSSL* ssl)
11954
&& ssl->error != WC_PENDING_E
11955
#endif
11956
) {
11957
- if ((ssl->error = SendBuffered(ssl)) == 0) {
+ if ((ret = SendBuffered(ssl)) == 0) {
11958
if (ssl->fragOffset == 0 && !ssl->options.buildingMsg) {
11959
if (advanceState) {
11960
#ifdef WOLFSSL_DTLS13
0 commit comments