mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Fixes build error with new DerBuffer with ASN, ECC and RSA disabled.
This commit is contained in:
@@ -2369,7 +2369,9 @@ struct WOLFSSL_X509 {
|
||||
#ifdef HAVE_ECC
|
||||
word32 pkCurveOID;
|
||||
#endif /* HAVE_ECC */
|
||||
DerBuffer derCert; /* may need */
|
||||
#ifndef NO_CERTS
|
||||
DerBuffer derCert; /* may need */
|
||||
#endif
|
||||
DNS_entry* altNames; /* alt names list */
|
||||
DNS_entry* altNamesNext; /* hint for retrieval */
|
||||
byte dynamicMemory; /* dynamic memory flag */
|
||||
|
Reference in New Issue
Block a user