mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
warning fix for small PSK build
This commit is contained in:
@@ -26678,7 +26678,9 @@ static int ParseCipherList(Suites* suites,
|
||||
suites->setSuites = 1;
|
||||
}
|
||||
|
||||
#ifdef NO_CERTS
|
||||
(void)privateKeySz;
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
@@ -40,7 +40,9 @@
|
||||
typedef struct WOLFSSL_BIGNUM {
|
||||
int neg; /* openssh deference */
|
||||
void *internal; /* our big num */
|
||||
#ifndef NO_BIG_INT
|
||||
mp_int mpi;
|
||||
#endif
|
||||
} WOLFSSL_BIGNUM;
|
||||
|
||||
#define WOLFSSL_BN_ULONG unsigned long
|
||||
|
Reference in New Issue
Block a user