Skip to content

Commit 3a44179

Browse files
committed
Fix for building with SP math all.
1 parent f95e001 commit 3a44179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/port/intel/quickassist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ typedef void (*IntelQaFreeFunc)(struct WC_ASYNC_DEV*);
180180
};
181181
#endif
182182

183-
#ifdef WOLFSSL_SP_MATH
183+
#if defined(WOLFSSL_SP_MATH) || defined(WOLFSSL_SP_MATH_ALL)
184184
struct sp_int;
185185
#define MATH_INT_T struct sp_int
186186
#elif defined(USE_FAST_MATH)

0 commit comments

Comments
 (0)