This commit is contained in:
Takashi Kojo
2019-03-22 09:40:55 +09:00
parent 384b240ea2
commit 441fb60679

View File

@ -37,8 +37,7 @@
extern "C" { extern "C" {
#endif #endif
typedef struct WOLFSSL_BIGNUM typedef struct WOLFSSL_BIGNUM {
{
int neg; /* openssh deference */ int neg; /* openssh deference */
void *internal; /* our big num */ void *internal; /* our big num */
#if defined(USE_FAST_MATH) && !defined(HAVE_WOLF_BIGINT) #if defined(USE_FAST_MATH) && !defined(HAVE_WOLF_BIGINT)