Skip to content

Commit de0a492

Browse files
committed
Remove trailing whitespace
1 parent d522feb commit de0a492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/api.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41254,10 +41254,10 @@ static int test_wolfSSL_X509_bad_altname(void)
4125441254

4125541255
/* malformed_alt_name_cert has a malformed alternative
4125641256
* name of "a*\0*". Ensure that it does not match "aaaaa" */
41257-
ExpectIntNE(wolfSSL_X509_check_host(x509, name, nameLen,
41257+
ExpectIntNE(wolfSSL_X509_check_host(x509, name, nameLen,
4125841258
WOLFSSL_ALWAYS_CHECK_SUBJECT, NULL), 1);
4125941259
X509_free(x509);
41260-
41260+
4126141261
#endif
4126241262
return EXPECT_RESULT();
4126341263
}

0 commit comments

Comments
 (0)