We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1857648 + ef536f5 commit b92aa59Copy full SHA for b92aa59
1 file changed
src/tls13.c
@@ -13163,7 +13163,8 @@ int wolfSSL_accept_TLSv13(WOLFSSL* ssl)
13163
&& !ssl->dtls13SendingAckOrRtx;
13164
#endif /* WOLFSSL_DTLS13 */
13165
13166
- if ((ssl->error = SendBuffered(ssl)) == 0) {
+ ret = SendBuffered(ssl);
13167
+ if (ret == 0) {
13168
if (ssl->fragOffset == 0 && !ssl->options.buildingMsg) {
13169
if (advanceState) {
13170
ssl->options.acceptState++;
0 commit comments