Skip to content

Commit 8e2e6d1

Browse files
committed
removed NO_RSA check
1 parent f2f959f commit 8e2e6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_pkcs7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ int test_wc_PKCS7_EncodeSignedData(void)
810810
#endif
811811

812812
#if defined(HAVE_PKCS7) && defined(HAVE_PKCS7_ECC_RAW_SIGN_CALLBACK) && \
813-
defined(HAVE_ECC) && defined(NO_RSA) && !defined(NO_SHA256)
813+
defined(HAVE_ECC) && !defined(NO_SHA256)
814814
/* test ECC sign raw digest callback, if using ECC and compiled in.
815815
* Example callback assumes SHA-256, so only run test if compiled in. */
816816
wc_PKCS7_Free(pkcs7);

0 commit comments

Comments
 (0)