diff options
author | Theo Buehler <tb@openbsd.org> | 2024-05-06 11:03:08 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-05-06 11:03:08 -0600 |
commit | 1892ae76dfc41a7b2c10f4bb91868ffd2b6e6aca (patch) | |
tree | 13ba1fadbb64d7e4ed1a69caea40e3ceb01ba87b /.gitignore | |
parent | 3f0218f4b32b5ae55f11d1faf6d3628807613a22 (diff) | |
download | portable-1892ae76dfc41a7b2c10f4bb91868ffd2b6e6aca.tar.gz portable-1892ae76dfc41a7b2c10f4bb91868ffd2b6e6aca.tar.bz2 portable-1892ae76dfc41a7b2c10f4bb91868ffd2b6e6aca.zip |
Link lhash_test to build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ tests/explicit_bzero* | |||
115 | tests/freenull* | 115 | tests/freenull* |
116 | tests/gost2814789t* | 116 | tests/gost2814789t* |
117 | tests/key_schedule* | 117 | tests/key_schedule* |
118 | tests/lhash_test* | ||
118 | tests/mont* | 119 | tests/mont* |
119 | tests/policy* | 120 | tests/policy* |
120 | tests/rfc3779* | 121 | tests/rfc3779* |