We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd55542 + 79595a3 commit a8dd736Copy full SHA for a8dd736
2 files changed
src/internal.c
@@ -26879,7 +26879,9 @@ static int ParseCipherList(Suites* suites,
26879
suites->setSuites = 1;
26880
}
26881
26882
+#ifdef NO_CERTS
26883
(void)privateKeySz;
26884
+#endif
26885
26886
return ret;
26887
wolfssl/openssl/bn.h
@@ -40,7 +40,9 @@
40
typedef struct WOLFSSL_BIGNUM {
41
int neg; /* openssh deference */
42
void *internal; /* our big num */
43
+#if !defined(NO_BIG_INT) || defined(WOLFSSL_SP_MATH)
44
mp_int mpi;
45
46
} WOLFSSL_BIGNUM;
47
48
#define WOLFSSL_BN_ULONG unsigned long
0 commit comments