summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2016-08-27 16:00:27 +0000
committerjsing <>2016-08-27 16:00:27 +0000
commit954bb2192e13413aea9af5f2b62fca949e50a79e (patch)
tree174e7415ce3de93510db06e43644efeffbeb78a7 /src
parentced5bc6b6632756da0a4ba0958574832ce4c4116 (diff)
downloadopenbsd-954bb2192e13413aea9af5f2b62fca949e50a79e.tar.gz
openbsd-954bb2192e13413aea9af5f2b62fca949e50a79e.tar.bz2
openbsd-954bb2192e13413aea9af5f2b62fca949e50a79e.zip
Enable ALPN regress now that it passes.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/unit/Makefile6
1 files changed, 2 insertions, 4 deletions
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 @@
1# $OpenBSD: Makefile,v 1.3 2015/07/13 07:34:50 doug Exp $ 1# $OpenBSD: Makefile,v 1.4 2016/08/27 16:00:27 jsing Exp $
2 2
3TEST_CASES+= cipher_list 3TEST_CASES+= cipher_list
4 4TEST_CASES+= tls_ext_alpn
5# These don't pass yet
6#TEST_CASES+= tls_ext_alpn
7 5
8REGRESS_TARGETS= all_tests 6REGRESS_TARGETS= all_tests
9 7