fix for build after CI tests

This commit is contained in:
Jacob Barthelmeh
2019-11-01 14:47:50 -06:00
parent efca350cba
commit 6ba3aa88ca

View File

@@ -818,7 +818,7 @@ struct DecodedCert {
const byte* issuerRaw; /* pointer to issuer inside source */
int issuerRawLen;
#endif
#ifndef IGNORE_NAME_CONSTRAINTS
#if !defined(IGNORE_NAME_CONSTRAINTS) || defined(WOLFSSL_CERT_EXT)
const byte* subjectRaw; /* pointer to subject inside source */
int subjectRawLen;
#endif