mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +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)
|
||||
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;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user