diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-15 22:29:00 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-15 22:29:00 +0100 |
commit | fc008206b3b67f763f4de7b19887a095a7ac05d0 (patch) | |
tree | 58838f92d6ffbb61baf0d59a2f04ec2f2f7fde33 /.gitignore | |
parent | 541e39c955b9836ccf85dade83524c12799645cd (diff) | |
download | portable-fc008206b3b67f763f4de7b19887a095a7ac05d0.tar.gz portable-fc008206b3b67f763f4de7b19887a095a7ac05d0.tar.bz2 portable-fc008206b3b67f763f4de7b19887a095a7ac05d0.zip |
Unhook string_table test. It will go away.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -120,7 +120,6 @@ tests/ssl_methods* | |||
120 | tests/ssl_set_alpn_protos* | 120 | tests/ssl_set_alpn_protos* |
121 | tests/ssl_verify_param* | 121 | tests/ssl_verify_param* |
122 | tests/ssl_versions* | 122 | tests/ssl_versions* |
123 | tests/string_table* | ||
124 | tests/timingsafe* | 123 | tests/timingsafe* |
125 | tests/tls_ext_alpn* | 124 | tests/tls_ext_alpn* |
126 | tests/tls_prf* | 125 | tests/tls_prf* |