mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:30:48 +02:00
gate out fast math
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user