From 954bb2192e13413aea9af5f2b62fca949e50a79e Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 27 Aug 2016 16:00:27 +0000 Subject: Enable ALPN regress now that it passes. --- src/regress/lib/libssl/unit/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index f459acc83c..1725023ad1 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2015/07/13 07:34:50 doug Exp $ +# $OpenBSD: Makefile,v 1.4 2016/08/27 16:00:27 jsing Exp $ TEST_CASES+= cipher_list - -# These don't pass yet -#TEST_CASES+= tls_ext_alpn +TEST_CASES+= tls_ext_alpn REGRESS_TARGETS= all_tests -- cgit v1.2.3-55-g6feb