forked from wolfSSL/wolfssl
fix cr
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user