mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Fix in test
This commit is contained in:
@ -23233,7 +23233,7 @@ static void test_wolfSSL_ERR_print_errors(void)
|
|||||||
defined(DEBUG_WOLFSSL)
|
defined(DEBUG_WOLFSSL)
|
||||||
static int test_wolfSSL_error_cb(const char *str, size_t len, void *u)
|
static int test_wolfSSL_error_cb(const char *str, size_t len, void *u)
|
||||||
{
|
{
|
||||||
wolfSSL_BIO_write((BIO*)u, str, len);
|
wolfSSL_BIO_write((BIO*)u, str, (int)len);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user