mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
fix for build after CI tests
This commit is contained in:
@@ -818,7 +818,7 @@ struct DecodedCert {
|
|||||||
const byte* issuerRaw; /* pointer to issuer inside source */
|
const byte* issuerRaw; /* pointer to issuer inside source */
|
||||||
int issuerRawLen;
|
int issuerRawLen;
|
||||||
#endif
|
#endif
|
||||||
#ifndef IGNORE_NAME_CONSTRAINTS
|
#if !defined(IGNORE_NAME_CONSTRAINTS) || defined(WOLFSSL_CERT_EXT)
|
||||||
const byte* subjectRaw; /* pointer to subject inside source */
|
const byte* subjectRaw; /* pointer to subject inside source */
|
||||||
int subjectRawLen;
|
int subjectRawLen;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user