We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
./configure --enable-pkcs7 --disable-rsa && make check
1 parent a3bf7a6 commit 6887281Copy full SHA for 6887281
1 file changed
tests/api.c
@@ -27644,6 +27644,7 @@ static int test_wc_PKCS7_EncodeDecodeEnvelopedData(void)
27644
tmpBytePtr = pkcs7->singleCert;
27645
pkcs7->singleCert = NULL;
27646
}
27647
+ #ifndef NO_RSA
27648
#if defined(NO_PKCS7_STREAM)
27649
/* when none streaming mode is used and PKCS7 is in bad state buffer error
27650
* is returned from kari parse which gets set to bad func arg */
@@ -27655,6 +27656,7 @@ static int test_wc_PKCS7_EncodeDecodeEnvelopedData(void)
27655
27656
(word32)sizeof(output), decoded, (word32)sizeof(decoded)),
27657
ASN_PARSE_E);
27658
#endif
27659
+ #endif /* !NO_RSA */
27660
if (pkcs7 != NULL) {
27661
pkcs7->singleCert = tmpBytePtr;
27662
0 commit comments