Skip to content

Commit 38d5dc6

Browse files
authored
Merge pull request #9510 from embhorn/gh7981
Fix test when ECH and harden are enabled
2 parents 3e8c681 + 8053e8f commit 38d5dc6

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
@@ -21131,7 +21131,7 @@ static int test_wolfSSL_cert_cb_dyn_ciphers(void)
2113121131
"ECDSA+SHA256", caEccCertFile, wolfTLSv1_3_server_method},
2113221132
#endif
2113321133
#endif
21134-
#ifndef WOLFSSL_NO_TLS12
21134+
#if !defined(WOLFSSL_NO_TLS12) && !defined(WOLFSSL_HARDEN_TLS)
2113521135
#if !defined(NO_RSA) && defined(WC_RSA_PSS) && !defined(NO_DH)
2113621136
{wolfTLSv1_2_client_method,
2113721137
"DHE-RSA-AES128-GCM-SHA256",

0 commit comments

Comments
 (0)