Add unit tests for the lhash functionality.
[openssl.git] / test / recipes / 80-test_ssl_new.t
index 903dc91c5296ef9eda1701b753dfcab7154750bc..50057948b7abecb68e9ad184eb60f3b782ab7bc2 100644 (file)
@@ -55,7 +55,7 @@ my $no_ocsp = disabled("ocsp");
 # expectations dynamically based on the OpenSSL compile-time config.
 my %conf_dependent_tests = (
   "02-protocol-version.conf" => !$is_default_tls,
-  "04-client_auth.conf" => !$is_default_tls,
+  "04-client_auth.conf" => !$is_default_tls || !$is_default_dtls,
   "05-sni.conf" => disabled("tls1_1"),
   "07-dtls-protocol-version.conf" => !$is_default_dtls,
   "10-resumption.conf" => !$is_default_tls,