diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-08-27 16:00:28 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-08-27 16:00:28 +0000 |
commit | 36264f976658e8590fba75250ac4b63fde23cd1a (patch) | |
tree | 5b9e0baf79993bdfb64a06d6249772ba3b5464a1 /regress/lib/libssl | |
parent | 7a964a20f3f7cdf0a1c4d53b40501031fdaafda8 (diff) |
Enable ALPN regress now that it passes.
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r-- | regress/lib/libssl/unit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |