We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17677c commit f13a826Copy full SHA for f13a826
1 file changed
tests/api.c
@@ -41292,7 +41292,8 @@ static int test_wolfSSL_X509_max_altnames(void)
41292
static int test_wolfSSL_X509_max_name_constraints(void)
41293
{
41294
EXPECT_DECLS;
41295
-#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS) && !defined(NO_RSA)
+#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS) && !defined(NO_RSA) && \
41296
+ !defined(IGNORE_NAME_CONSTRAINTS)
41297
41298
/* Only test if max name constraints has not been modified */
41299
#if WOLFSSL_MAX_NAME_CONSTRAINTS == 128
0 commit comments