diff options
author | Theo Buehler <tb@openbsd.org> | 2025-02-03 21:59:49 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-02-03 22:03:13 +0100 |
commit | 5bbae88080d65f9e81ef31c28e356f202d3cb03a (patch) | |
tree | cf1f907def158f637926f95cfe22572c2e139d41 /.gitignore | |
parent | 7e58cd8d51dbc517d562d11f256a8102fb04e748 (diff) | |
download | portable-5bbae88080d65f9e81ef31c28e356f202d3cb03a.tar.gz portable-5bbae88080d65f9e81ef31c28e356f202d3cb03a.tar.bz2 portable-5bbae88080d65f9e81ef31c28e356f202d3cb03a.zip |
Link renegotiation test to build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ tests/mlkem* | |||
120 | tests/mont* | 120 | tests/mont* |
121 | tests/parse* | 121 | tests/parse* |
122 | tests/policy* | 122 | tests/policy* |
123 | tests/renegotiation_test* | ||
123 | tests/rfc3779* | 124 | tests/rfc3779* |
124 | tests/rfc5280time* | 125 | tests/rfc5280time* |
125 | tests/ssl_get_shared_ciphers* | 126 | tests/ssl_get_shared_ciphers* |