summaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_ssl_new.t
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2018-10-12 17:24:14 +0200
committerKurt Roeckx <kurt@roeckx.be>2018-11-10 21:29:36 +0100
commit75b68c9e4e8591a4ebe083cb207aeb121baf549f (patch)
tree8f78d60144e381d969167a4c5dbd1f52422c42e3 /test/recipes/80-test_ssl_new.t
parent65042182fcafbd4c0dd8fdabaefdf1fd38dc6287 (diff)
Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #7391
Diffstat (limited to 'test/recipes/80-test_ssl_new.t')
-rw-r--r--test/recipes/80-test_ssl_new.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index e15d87eb46..da8302d206 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -28,7 +28,7 @@ map { s/\^// } @conf_files if $^O eq "VMS";
# We hard-code the number of tests to double-check that the globbing above
# finds all files as expected.
-plan tests => 27; # = scalar @conf_srcs
+plan tests => 28; # = scalar @conf_srcs
# Some test results depend on the configuration of enabled protocols. We only
# verify generated sources in the default configuration.