@@ -42805,7 +42805,7 @@ static int test_wc_SetSubjectKeyIdFromPublicKey_ex(void)
4280542805#if defined(WOLFSSL_CERT_EXT) && defined(WOLFSSL_CERT_GEN)
4280642806 WC_RNG rng;
4280742807 Cert cert;
42808- #if !defined(NO_RSA) && defined(HAVE_RSA)
42808+ #if !defined(NO_RSA)
4280942809 RsaKey rsaKey;
4281042810 int bits = 2048;
4281142811#endif
@@ -42828,7 +42828,7 @@ static int test_wc_SetSubjectKeyIdFromPublicKey_ex(void)
4282842828
4282942829 ExpectIntEQ(wc_InitCert(&cert), 0);
4283042830
42831- #if !defined(NO_RSA) && defined(HAVE_RSA) && defined( WOLFSSL_KEY_GEN)
42831+ #if !defined(NO_RSA) && defined(WOLFSSL_KEY_GEN)
4283242832 /* RSA */
4283342833 XMEMSET(&rsaKey, 0, sizeof(RsaKey));
4283442834 ExpectIntEQ(wc_InitRsaKey(&rsaKey, HEAP_HINT), 0);
@@ -42887,7 +42887,7 @@ static int test_wc_SetAuthKeyIdFromPublicKey_ex(void)
4288742887#if defined(WOLFSSL_CERT_EXT) && defined(WOLFSSL_CERT_GEN)
4288842888 WC_RNG rng;
4288942889 Cert cert;
42890- #if !defined(NO_RSA) && defined(HAVE_RSA)
42890+ #if !defined(NO_RSA)
4289142891 RsaKey rsaKey;
4289242892 int bits = 2048;
4289342893#endif
@@ -42910,7 +42910,7 @@ static int test_wc_SetAuthKeyIdFromPublicKey_ex(void)
4291042910
4291142911 ExpectIntEQ(wc_InitCert(&cert), 0);
4291242912
42913- #if !defined(NO_RSA) && defined(HAVE_RSA) && defined( WOLFSSL_KEY_GEN)
42913+ #if !defined(NO_RSA) && defined(WOLFSSL_KEY_GEN)
4291442914 /* RSA */
4291542915 XMEMSET(&rsaKey, 0, sizeof(RsaKey));
4291642916 ExpectIntEQ(wc_InitRsaKey(&rsaKey, HEAP_HINT), 0);
0 commit comments