diff options
author | jsing <> | 2016-08-27 16:00:27 +0000 |
---|---|---|
committer | jsing <> | 2016-08-27 16:00:27 +0000 |
commit | 954bb2192e13413aea9af5f2b62fca949e50a79e (patch) | |
tree | 174e7415ce3de93510db06e43644efeffbeb78a7 /src | |
parent | ced5bc6b6632756da0a4ba0958574832ce4c4116 (diff) | |
download | openbsd-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/Makefile | 6 |
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 | ||
3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list |
4 | 4 | TEST_CASES+= tls_ext_alpn | |
5 | # These don't pass yet | ||
6 | #TEST_CASES+= tls_ext_alpn | ||
7 | 5 | ||
8 | REGRESS_TARGETS= all_tests | 6 | REGRESS_TARGETS= all_tests |
9 | 7 | ||