We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f959f commit 8e2e6d1Copy full SHA for 8e2e6d1
tests/api/test_pkcs7.c
@@ -810,7 +810,7 @@ int test_wc_PKCS7_EncodeSignedData(void)
810
#endif
811
812
#if defined(HAVE_PKCS7) && defined(HAVE_PKCS7_ECC_RAW_SIGN_CALLBACK) && \
813
- defined(HAVE_ECC) && defined(NO_RSA) && !defined(NO_SHA256)
+ defined(HAVE_ECC) && !defined(NO_SHA256)
814
/* test ECC sign raw digest callback, if using ECC and compiled in.
815
* Example callback assumes SHA-256, so only run test if compiled in. */
816
wc_PKCS7_Free(pkcs7);
0 commit comments