diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-06 09:05:59 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-06 09:05:59 +0900 |
commit | 5a35108648261c07c32c77e996d787495f3718bd (patch) | |
tree | aff00143c49f3ec4946dee975f1956e4da0ec37c /.gitignore | |
parent | cf056d7d436d4959d473538a0a00b3c8be3ac3a7 (diff) | |
download | portable-5a35108648261c07c32c77e996d787495f3718bd.tar.gz portable-5a35108648261c07c32c77e996d787495f3718bd.tar.bz2 portable-5a35108648261c07c32c77e996d787495f3718bd.zip |
Add regression test ssl_versions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ tests/explicit_bzero* | |||
58 | tests/gost2814789t* | 58 | tests/gost2814789t* |
59 | tests/mont* | 59 | tests/mont* |
60 | tests/rfc5280time* | 60 | tests/rfc5280time* |
61 | tests/ssl_versions* | ||
61 | tests/timingsafe* | 62 | tests/timingsafe* |
62 | tests/tls_ext_alpn* | 63 | tests/tls_ext_alpn* |
63 | tests/*test | 64 | tests/*test |