Skip to content

Commit

Permalink
tests: bind test_wolfSSL_client_server_nofail_memio HAVE_SSL_MEMIO_TE…
Browse files Browse the repository at this point in the history
…STS_DEP
  • Loading branch information
rizlik committed Feb 4, 2025
1 parent 75266c9 commit a92d921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tests/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@ typedef struct testVector {
#endif
#endif /* HAVE_PKCS7 */

int test_wolfSSL_client_server_nofail_memio(test_ssl_cbf* client_cb,
test_ssl_cbf* server_cb, test_cbType client_on_handshake);

#ifdef WOLFSSL_DUMP_MEMIO_STREAM
const char* currentTestName;
char tmpDirName[16];
Expand Down
4 changes: 3 additions & 1 deletion tests/unit.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,9 @@ int test_ssl_memio_setup(test_ssl_memio_ctx *ctx);
int test_ssl_memio_do_handshake(test_ssl_memio_ctx* ctx, int max_rounds,
int* rounds);
void test_ssl_memio_cleanup(test_ssl_memio_ctx* ctx);
#endif
int test_wolfSSL_client_server_nofail_memio(test_ssl_cbf* client_cb,
test_ssl_cbf* server_cb, test_cbType client_on_handshake);
#endif /* HAVE_SSL_MEMIO_TESTS_DEPENDENCIES */

void ApiTest_PrintTestCases(void);
int ApiTest_RunIdx(int idx);
Expand Down

0 comments on commit a92d921

Please sign in to comment.