Skip to content

Commit f6f295e

Browse files
committed
fixup! dtls13: additional epoch checks
1 parent 3cba5c6 commit f6f295e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wolfssl/internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ WOLFSSL_LOCAL int DoFinished(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
22222222
WOLFSSL_LOCAL int DoTls13Finished(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
22232223
word32 size, word32 totalSz, int sniff);
22242224
#endif
2225-
WOLFSSL_API int DoApplicationData(WOLFSSL* ssl, byte* input, word32* inOutIdx,
2225+
WOLFSSL_TEST_VIS int DoApplicationData(WOLFSSL* ssl, byte* input, word32* inOutIdx,
22262226
int sniff);
22272227
/* TLS v1.3 needs these */
22282228
WOLFSSL_LOCAL int HandleTlsResumption(WOLFSSL* ssl, Suites* clSuites);
@@ -7052,7 +7052,7 @@ WOLFSSL_LOCAL int Dtls13HandshakeSend(WOLFSSL* ssl, byte* output,
70527052
word16 output_size, word16 length, enum HandShakeType handshake_type,
70537053
int hash_output);
70547054
WOLFSSL_LOCAL int Dtls13RecordRecvd(WOLFSSL* ssl);
7055-
WOLFSSL_API int Dtls13CheckEpoch(WOLFSSL* ssl, enum HandShakeType type);
7055+
WOLFSSL_TEST_VIS int Dtls13CheckEpoch(WOLFSSL* ssl, enum HandShakeType type);
70567056
WOLFSSL_LOCAL int Dtls13HandshakeRecv(WOLFSSL* ssl, byte* input,
70577057
word32* inOutIdx, word32 totalSz);
70587058
WOLFSSL_LOCAL int Dtls13HandshakeAddHeader(WOLFSSL* ssl, byte* output,

0 commit comments

Comments
 (0)