We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d522feb commit de0a492Copy full SHA for de0a492
1 file changed
tests/api.c
@@ -41254,10 +41254,10 @@ static int test_wolfSSL_X509_bad_altname(void)
41254
41255
/* malformed_alt_name_cert has a malformed alternative
41256
* name of "a*\0*". Ensure that it does not match "aaaaa" */
41257
- ExpectIntNE(wolfSSL_X509_check_host(x509, name, nameLen,
+ ExpectIntNE(wolfSSL_X509_check_host(x509, name, nameLen,
41258
WOLFSSL_ALWAYS_CHECK_SUBJECT, NULL), 1);
41259
X509_free(x509);
41260
-
+
41261
#endif
41262
return EXPECT_RESULT();
41263
}
0 commit comments