Skip to content

Commit

Permalink
simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Nov 27, 2024
1 parent 5cc000f commit b3d4109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -24987,11 +24987,13 @@ int SendData(WOLFSSL* ssl, const void* data, int sz)
ssl->error = ret;
return WOLFSSL_FATAL_ERROR;
}
#ifdef WOLFSSL_DTLS13
if (ssl->dtls13WaitKeyUpdateAck) {
ret = DoDtls13KeyUpdateAck(ssl);
if (ret != 0)
return ret;
}
#endif
#endif

for (;;) {
Expand Down

0 comments on commit b3d4109

Please sign in to comment.