Skip to content

Commit 92bccf1

Browse files
committed
gate out fast math
1 parent 6377ed0 commit 92bccf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/api/test_rsa.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,7 @@ int test_wc_RsaKeyToDer_SizeOverflow(void)
11591159
{
11601160
EXPECT_DECLS;
11611161
#if !defined(NO_RSA) && defined(USE_INTEGER_HEAP_MATH) && \
1162+
!defined(USE_FAST_MATH) && \
11621163
defined(WOLFSSL_ASN_TEMPLATE) && defined(WOLFSSL_PUBLIC_MP) && \
11631164
(defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_KEY_TO_DER))
11641165
RsaKey key;

0 commit comments

Comments
 (0)