mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
fix unit test when RSA disabled
This commit is contained in:
@ -35248,7 +35248,7 @@ static int test_wolfSSL_X509_VERIFY_PARAM_set1_host(void)
|
||||
|
||||
static int test_wolfSSL_set1_host(void)
|
||||
{
|
||||
#if defined(OPENSSL_EXTRA)
|
||||
#if defined(OPENSSL_EXTRA) && !defined(NO_RSA)
|
||||
#if !defined(NO_WOLFSSL_CLIENT) || !defined(NO_WOLFSSL_SERVER)
|
||||
const char host[] = "www.test_wolfSSL_set1_host.com";
|
||||
const char emptyStr[] = "";
|
||||
|
Reference in New Issue
Block a user