diff --git a/wolfssl/openssl/bn.h b/wolfssl/openssl/bn.h index 5a77236ca..d5ad52bbc 100644 --- a/wolfssl/openssl/bn.h +++ b/wolfssl/openssl/bn.h @@ -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;