mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 11:19:18 +01:00
fix cr
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user