diff options
author | Theo Buehler <tb@openbsd.org> | 2024-04-09 09:45:16 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-04-09 09:45:16 -0600 |
commit | ff2d4b649f2dab39448a7dd5a9b7229ccb36dbf9 (patch) | |
tree | 91f07d2f164885fe4a33bc0aba9d456c9fe103dd /.gitignore | |
parent | 4a9c3341d7003e5c24f2cc7d97ca1ab71e3271e5 (diff) | |
download | portable-ff2d4b649f2dab39448a7dd5a9b7229ccb36dbf9.tar.gz portable-ff2d4b649f2dab39448a7dd5a9b7229ccb36dbf9.tar.bz2 portable-ff2d4b649f2dab39448a7dd5a9b7229ccb36dbf9.zip |
Link bn_bits to regress
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ tests/bio_host* | |||
83 | tests/bio_mem* | 83 | tests/bio_mem* |
84 | tests/bnaddsub* | 84 | tests/bnaddsub* |
85 | tests/bn_add_sub* | 85 | tests/bn_add_sub* |
86 | tests/bn_bits* | ||
86 | tests/bn_cmp* | 87 | tests/bn_cmp* |
87 | tests/bn_convert* | 88 | tests/bn_convert* |
88 | tests/bn_gcd* | 89 | tests/bn_gcd* |