From 90eefc28240d0b68935ff980901e8eb56198e7bb Mon Sep 17 00:00:00 2001 From: jordan Date: Tue, 18 Oct 2022 21:03:41 -0500 Subject: [PATCH] fix unit test when RSA disabled --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index 9f056cc30..36b006930 100644 --- a/tests/api.c +++ b/tests/api.c @@ -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[] = "";