mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
tests: bind test_wolfSSL_client_server_nofail_memio HAVE_SSL_MEMIO_TESTS_DEP
This commit is contained in:
@ -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];
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user