From 441fb60679c8ba8b6f25e9a41ffe61db28190883 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Fri, 22 Mar 2019 09:40:55 +0900 Subject: [PATCH] fix cr --- wolfssl/openssl/bn.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)