mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 23:00:49 +02:00
Allow SP_MATH (not _ALL) if MAX3266X_MATH not enabled
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
#error MXC Not Compatible with Fast Math or Heap Math
|
||||
#include <wolfssl/wolfcrypt/tfm.h>
|
||||
#define MXC_WORD_SIZE DIGIT_BIT
|
||||
#elif defined(WOLFSSL_SP_MATH_ALL)
|
||||
#elif defined(WOLFSSL_SP_MATH_ALL) || \
|
||||
(defined(WOLFSSL_SP_MATH) && !defined(MAX3266X_MATH))
|
||||
#include <wolfssl/wolfcrypt/sp_int.h>
|
||||
#define MXC_WORD_SIZE SP_WORD_SIZE
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user