mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Remove trailing whitespace
This commit is contained in:
@@ -41254,10 +41254,10 @@ static int test_wolfSSL_X509_bad_altname(void)
|
|||||||
|
|
||||||
/* malformed_alt_name_cert has a malformed alternative
|
/* malformed_alt_name_cert has a malformed alternative
|
||||||
* name of "a*\0*". Ensure that it does not match "aaaaa" */
|
* name of "a*\0*". Ensure that it does not match "aaaaa" */
|
||||||
ExpectIntNE(wolfSSL_X509_check_host(x509, name, nameLen,
|
ExpectIntNE(wolfSSL_X509_check_host(x509, name, nameLen,
|
||||||
WOLFSSL_ALWAYS_CHECK_SUBJECT, NULL), 1);
|
WOLFSSL_ALWAYS_CHECK_SUBJECT, NULL), 1);
|
||||||
X509_free(x509);
|
X509_free(x509);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
return EXPECT_RESULT();
|
return EXPECT_RESULT();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user