Skip to content

Commit 8053e8f

Browse files
committed
Fix test when ECH and harden are enabled
1 parent 6c5e841 commit 8053e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27713,7 +27713,7 @@ static int test_wolfSSL_cert_cb_dyn_ciphers(void)
2771327713
"ECDSA+SHA256", caEccCertFile, wolfTLSv1_3_server_method},
2771427714
#endif
2771527715
#endif
27716-
#ifndef WOLFSSL_NO_TLS12
27716+
#if !defined(WOLFSSL_NO_TLS12) && !defined(WOLFSSL_HARDEN_TLS)
2771727717
#if !defined(NO_RSA) && defined(WC_RSA_PSS) && !defined(NO_DH)
2771827718
{wolfTLSv1_2_client_method,
2771927719
"DHE-RSA-AES128-GCM-SHA256",

0 commit comments

Comments
 (0)