We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfc958 commit 350a9bfCopy full SHA for 350a9bf
1 file changed
wolfssl/internal.h
@@ -7230,6 +7230,7 @@ WOLFSSL_LOCAL void DtlsSetSeqNumForReply(WOLFSSL* ssl);
7230
#define Dtls13CheckEpoch wolfSSL_Dtls13CheckEpoch
7231
#define Dtls13WriteAckMessage wolfSSL_Dtls13WriteAckMessage
7232
#define Dtls13RtxAddAck wolfSSL_Dtls13RtxAddAck
7233
+ #define Dtls13DoScheduledWork wolfSSL_Dtls13DoScheduledWork
7234
#endif
7235
7236
WOLFSSL_TEST_VIS struct Dtls13Epoch* Dtls13GetEpoch(WOLFSSL* ssl,
0 commit comments