diff --git a/wolfssl/wolfcrypt/integer.h b/wolfssl/wolfcrypt/integer.h index 8a51b0772..3ec64ae66 100644 --- a/wolfssl/wolfcrypt/integer.h +++ b/wolfssl/wolfcrypt/integer.h @@ -34,9 +34,13 @@ * designs. */ -#include +#ifndef USE_INTEGER_HEAP_MATH -#ifdef USE_INTEGER_HEAP_MATH + /* Some platforms (like FIPS) may only include integer.h for math. */ + /* Handle variations of fast math, integer and sp math */ + #include + +#else #include