projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0179d0
)
Correct the no-dh and no-dsa fix
author
Richard Levitte
<levitte@openssl.org>
Wed, 22 Feb 2017 00:49:50 +0000
(
01:49
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 22 Feb 2017 00:49:50 +0000
(
01:49
+0100)
The condition wasn't quite right
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2702)
test/recipes/80-test_ssl_new.t
patch
|
blob
|
history
diff --git
a/test/recipes/80-test_ssl_new.t
b/test/recipes/80-test_ssl_new.t
index f65b5d05595b0848a5e974bce35e629526fd4425..8006e5fe0721600c9cb42e9953a84a8b4fe7f0c4 100644
(file)
--- a/
test/recipes/80-test_ssl_new.t
+++ b/
test/recipes/80-test_ssl_new.t
@@
-60,7
+60,7
@@
my %conf_dependent_tests = (
"10-resumption.conf" => !$is_default_tls,
"11-dtls_resumption.conf" => !$is_default_dtls,
"19-mac-then-encrypt.conf" => !$is_default_tls,
- "20-cert-select.conf" => !$is_default_tls
&& !$no_dh && !
$no_dsa,
+ "20-cert-select.conf" => !$is_default_tls
|| $no_dh ||
$no_dsa,
);
# Add your test here if it should be skipped for some compile-time