Skip to content

Commit 0302dbc

Browse files
committed
rename .yml file for macos-apple-native-cert-validation
WOLFSSL_TEST_APPLE_NATIVE_CERT_VALIDATION macro placement and comment adjustment
1 parent 9b6b416 commit 0302dbc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/macos-ancv.yml renamed to .github/workflows/macos-apple-native-cert-validation.yml

File renamed without changes.

tests/api.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5097,8 +5097,9 @@ static int test_wolfSSL_CertRsaPss(void)
50975097

50985098
return EXPECT_RESULT();
50995099
}
5100-
#endif
5101-
#endif
5100+
#endif /* WOLFSSL_TEST_APPLE_NATIVE_CERT_VALIDATION */
5101+
#endif /* HAVE_CERT_CHAIN_VALIDATION */
5102+
51025103
static int test_wolfSSL_CTX_load_verify_locations_ex(void)
51035104
{
51045105
EXPECT_DECLS;
@@ -48491,7 +48492,7 @@ static int test_EccSigFailure_cm(void)
4849148492
}
4849248493
#endif /* !NO_FILESYSTEM */
4849348494
#endif /* !WOLFSSL_TEST_APPLE_NATIVE_CERT_VALIDATION*/
48494-
#endif /* !NO_FILESYSTEM */
48495+
#endif /* !NO_RSA || HAVE_ECC */
4849548496
#endif /* NO_CERTS */
4849648497

4849748498
#ifdef WOLFSSL_TLS13

0 commit comments

Comments
 (0)