From: jsing Date: Sat, 27 Aug 2016 16:00:27 +0000 (+0000) Subject: Enable ALPN regress now that it passes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=feb4b77d485b894314b72abe356e210a4bd362ae;p=openbsd Enable ALPN regress now that it passes. --- diff --git a/regress/lib/libssl/unit/Makefile b/regress/lib/libssl/unit/Makefile index f459acc83ca..1725023ad15 100644 --- a/regress/lib/libssl/unit/Makefile +++ b/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