update macro guard

This commit is contained in:
Jacob Barthelmeh
2021-09-17 13:17:05 -06:00
parent ff963e7259
commit 9ee96c484b

View File

@@ -10317,7 +10317,8 @@ static void CopyDecodedName(WOLFSSL_X509_NAME* name, DecodedCert* dCert, int nam
} }
#if defined(OPENSSL_EXTRA) && !defined(IGNORE_NAME_CONSTRAINTS) #if (defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL)) && \
!defined(IGNORE_NAME_CONSTRAINTS)
/* copies over additional alt names such as dirName /* copies over additional alt names such as dirName
* returns 0 on success * returns 0 on success
*/ */