diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-24 04:51:01 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-24 04:51:01 -0600 |
commit | 2a9096debe7b1592ad51b67ca5bf71413a927dfc (patch) | |
tree | a446ed44285bce14d27f17cf19fad731cb7b9a24 /.gitignore | |
parent | 3e7f4d0aba5c08e4e938b6e9b77aeea2b83364d3 (diff) | |
download | portable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.tar.gz portable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.tar.bz2 portable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.zip |
Add bn_convert test to build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ tests/bio_mem* | |||
82 | tests/bnaddsub* | 82 | tests/bnaddsub* |
83 | tests/bn_add_sub* | 83 | tests/bn_add_sub* |
84 | tests/bn_cmp* | 84 | tests/bn_cmp* |
85 | tests/bn_convert* | ||
85 | tests/bn_gcd* | 86 | tests/bn_gcd* |
86 | tests/bn_isqrt* | 87 | tests/bn_isqrt* |
87 | tests/bn_mod_exp* | 88 | tests/bn_mod_exp* |