mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Add flag guard for IGNORE_NAME_CONSTRAINTS
This commit is contained in:
@ -41292,7 +41292,8 @@ static int test_wolfSSL_X509_max_altnames(void)
|
|||||||
static int test_wolfSSL_X509_max_name_constraints(void)
|
static int test_wolfSSL_X509_max_name_constraints(void)
|
||||||
{
|
{
|
||||||
EXPECT_DECLS;
|
EXPECT_DECLS;
|
||||||
#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS) && !defined(NO_RSA)
|
#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS) && !defined(NO_RSA) && \
|
||||||
|
!defined(IGNORE_NAME_CONSTRAINTS)
|
||||||
|
|
||||||
/* Only test if max name constraints has not been modified */
|
/* Only test if max name constraints has not been modified */
|
||||||
#if WOLFSSL_MAX_NAME_CONSTRAINTS == 128
|
#if WOLFSSL_MAX_NAME_CONSTRAINTS == 128
|
||||||
|
Reference in New Issue
Block a user