aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-02 10:19:56 +0100
committerMatt Caswell <matt@openssl.org>2016-08-02 10:19:56 +0100
commitee94aeee7d3e246adae59e1d0b2a59acc44ae9b5 (patch)
tree524c309dee16c0d6475abad9aa2811bc500b1e3e /test/recipes
parent700b814549c8c158c82466116cfc545b00f647c3 (diff)
downloadopenssl-ee94aeee7d3e246adae59e1d0b2a59acc44ae9b5.tar.gz
Fix tests for no-nextprotoneg
Fix the 80-test_ssl_test_ctx and 80-test_ssl_new tests when used with the no-nextprotoneg option Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/80-test_ssl_new.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index 10106657cf..29aa9508cd 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -49,6 +49,7 @@ my %conf_dependent_tests = (
my %skip = (
"07-dtls-protocol-version.conf" => $no_dtls,
"08-npn.conf" => $no_tls || $no_npn,
+ "09-alpn.conf" => $no_tls || $no_npn,
"10-resumption.conf" => disabled("tls1_1") || disabled("tls1_2"),
"11-dtls_resumption.conf" => disabled("dtls1") || disabled("dtls1_2"),
);