diff options
| author | jsing <> | 2016-08-27 16:00:27 +0000 |
|---|---|---|
| committer | jsing <> | 2016-08-27 16:00:27 +0000 |
| commit | 7170280a51bd1f5464f8c64a065e1a7c1185cec0 (patch) | |
| tree | 174e7415ce3de93510db06e43644efeffbeb78a7 | |
| parent | a9651a82bbb93bf5fd2b03ac84a0dde408b5adef (diff) | |
| download | openbsd-7170280a51bd1f5464f8c64a065e1a7c1185cec0.tar.gz openbsd-7170280a51bd1f5464f8c64a065e1a7c1185cec0.tar.bz2 openbsd-7170280a51bd1f5464f8c64a065e1a7c1185cec0.zip | |
Enable ALPN regress now that it passes.
Diffstat (limited to '')
| -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 | ||
