diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-08-30 00:57:10 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-08-30 00:57:10 +0900 |
commit | 5ea2a55cc7b412062913138fef421c34b8bd1269 (patch) | |
tree | e763ca829929126f44217b3f55b188a1464988fc /.gitignore | |
parent | 8edd509e2c42219ec1104913e6597332b9e5f2e9 (diff) | |
download | portable-5ea2a55cc7b412062913138fef421c34b8bd1269.tar.gz portable-5ea2a55cc7b412062913138fef421c34b8bd1269.tar.bz2 portable-5ea2a55cc7b412062913138fef421c34b8bd1269.zip |
enable tls_ext_alpn regression test
- add tls_ext_alpn entry for automake and cmake
- add tests/tls_ext_alpn* to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ tests/gost2814789t* | |||
58 | tests/mont* | 58 | tests/mont* |
59 | tests/rfc5280time* | 59 | tests/rfc5280time* |
60 | tests/timingsafe* | 60 | tests/timingsafe* |
61 | tests/tls_ext_alpn* | ||
61 | tests/*test | 62 | tests/*test |
62 | tests/tests.h | 63 | tests/tests.h |
63 | tests/*test.c | 64 | tests/*test.c |