mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
account for sp math which defines NO_BIG_INT but still allows mp_int types
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
typedef struct WOLFSSL_BIGNUM {
|
||||
int neg; /* openssh deference */
|
||||
void *internal; /* our big num */
|
||||
#ifndef NO_BIG_INT
|
||||
#if !defined(NO_BIG_INT) || defined(WOLFSSL_SP_MATH)
|
||||
mp_int mpi;
|
||||
#endif
|
||||
} WOLFSSL_BIGNUM;
|
||||
|
Reference in New Issue
Block a user