tests: bind test_wolfSSL_client_server_nofail_memio HAVE_SSL_MEMIO_TESTS_DEP

This commit is contained in:
Marco Oliverio
2025-02-04 23:34:53 +00:00
parent ae3177c439
commit 3e50c79c3b
2 changed files with 3 additions and 4 deletions

View File

@ -460,9 +460,6 @@
#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];

View File

@ -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);