We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5e841 commit 8053e8fCopy full SHA for 8053e8f
1 file changed
tests/api.c
@@ -27713,7 +27713,7 @@ static int test_wolfSSL_cert_cb_dyn_ciphers(void)
27713
"ECDSA+SHA256", caEccCertFile, wolfTLSv1_3_server_method},
27714
#endif
27715
27716
-#ifndef WOLFSSL_NO_TLS12
+#if !defined(WOLFSSL_NO_TLS12) && !defined(WOLFSSL_HARDEN_TLS)
27717
#if !defined(NO_RSA) && defined(WC_RSA_PSS) && !defined(NO_DH)
27718
{wolfTLSv1_2_client_method,
27719
"DHE-RSA-AES128-GCM-SHA256",
0 commit comments