Skip to content

Commit 6377ed0

Browse files
committed
better gating.
1 parent 573ff92 commit 6377ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_rsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ int test_wc_RsaKeyToDer_SizeOverflow(void)
11591159
{
11601160
EXPECT_DECLS;
11611161
#if !defined(NO_RSA) && defined(USE_INTEGER_HEAP_MATH) && \
1162-
defined(WOLFSSL_ASN_TEMPLATE) && \
1162+
defined(WOLFSSL_ASN_TEMPLATE) && defined(WOLFSSL_PUBLIC_MP) && \
11631163
(defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_KEY_TO_DER))
11641164
RsaKey key;
11651165
int i;

0 commit comments

Comments
 (0)