We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f3a80 commit b4a491dCopy full SHA for b4a491d
1 file changed
tests/api.c
@@ -42805,7 +42805,7 @@ static int test_wc_SetSubjectKeyIdFromPublicKey_ex(void)
42805
#if defined(WOLFSSL_CERT_EXT) && defined(WOLFSSL_CERT_GEN)
42806
WC_RNG rng;
42807
Cert cert;
42808
-#if !defined(NO_RSA)
+#if !defined(NO_RSA) && defined(WOLFSSL_KEY_GEN)
42809
RsaKey rsaKey;
42810
int bits = 2048;
42811
#endif
@@ -42887,7 +42887,7 @@ static int test_wc_SetAuthKeyIdFromPublicKey_ex(void)
42887
42888
42889
42890
42891
42892
42893
0 commit comments