From 92bccf16c4da0da760bb3464736a70f83647fce1 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Wed, 15 Apr 2026 17:29:37 -0400 Subject: [PATCH] gate out fast math --- tests/api/test_rsa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/api/test_rsa.c b/tests/api/test_rsa.c index 05fdd298bb..6179e76f3b 100644 --- a/tests/api/test_rsa.c +++ b/tests/api/test_rsa.c @@ -1159,6 +1159,7 @@ int test_wc_RsaKeyToDer_SizeOverflow(void) { EXPECT_DECLS; #if !defined(NO_RSA) && defined(USE_INTEGER_HEAP_MATH) && \ + !defined(USE_FAST_MATH) && \ defined(WOLFSSL_ASN_TEMPLATE) && defined(WOLFSSL_PUBLIC_MP) && \ (defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_KEY_TO_DER)) RsaKey key;