@@ -2222,7 +2222,7 @@ WOLFSSL_LOCAL int DoFinished(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
22222222WOLFSSL_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 */
22282228WOLFSSL_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 );
70547054WOLFSSL_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 );
70567056WOLFSSL_LOCAL int Dtls13HandshakeRecv (WOLFSSL * ssl , byte * input ,
70577057 word32 * inOutIdx , word32 totalSz );
70587058WOLFSSL_LOCAL int Dtls13HandshakeAddHeader (WOLFSSL * ssl , byte * output ,
0 commit comments