diff --git a/wolfssl/openssl/bn.h b/wolfssl/openssl/bn.h index 02297d7d2..7671d3cff 100644 --- a/wolfssl/openssl/bn.h +++ b/wolfssl/openssl/bn.h @@ -37,8 +37,7 @@ extern "C" { #endif -typedef struct WOLFSSL_BIGNUM -{ +typedef struct WOLFSSL_BIGNUM { int neg; /* openssh deference */ void *internal; /* our big num */ #if defined(USE_FAST_MATH) && !defined(HAVE_WOLF_BIGINT)