Skip to content

Commit 350a9bf

Browse files
committed
dtls13: add DtlsDoScheduledWork in the WOLFSSL_API_PREFIX_MAP
1 parent ccfc958 commit 350a9bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfssl/internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7230,6 +7230,7 @@ WOLFSSL_LOCAL void DtlsSetSeqNumForReply(WOLFSSL* ssl);
72307230
#define Dtls13CheckEpoch wolfSSL_Dtls13CheckEpoch
72317231
#define Dtls13WriteAckMessage wolfSSL_Dtls13WriteAckMessage
72327232
#define Dtls13RtxAddAck wolfSSL_Dtls13RtxAddAck
7233+
#define Dtls13DoScheduledWork wolfSSL_Dtls13DoScheduledWork
72337234
#endif
72347235

72357236
WOLFSSL_TEST_VIS struct Dtls13Epoch* Dtls13GetEpoch(WOLFSSL* ssl,

0 commit comments

Comments
 (0)