diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-05 23:50:56 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-06 00:03:51 -0600 |
commit | 14481349f99c9970577c1086ce1886ea09c832a3 (patch) | |
tree | fe8ddd9de659912a0b30d8e969ad3065a790de65 /.gitignore | |
parent | 634b5a5b896cc29455a301d74b4cb0681d7a81d7 (diff) | |
download | portable-14481349f99c9970577c1086ce1886ea09c832a3.tar.gz portable-14481349f99c9970577c1086ce1886ea09c832a3.tar.bz2 portable-14481349f99c9970577c1086ce1886ea09c832a3.zip |
Link bn_gcd test to build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ tests/bio_mem* | |||
72 | tests/bnaddsub* | 72 | tests/bnaddsub* |
73 | tests/bn_add_sub* | 73 | tests/bn_add_sub* |
74 | tests/bn_cmp* | 74 | tests/bn_cmp* |
75 | tests/bn_gcd* | ||
75 | tests/bn_isqrt* | 76 | tests/bn_isqrt* |
76 | tests/bn_mod_exp* | 77 | tests/bn_mod_exp* |
77 | tests/bn_mod_exp_zero* | 78 | tests/bn_mod_exp_zero* |