diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-03 15:53:31 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-03 15:53:31 -0600 |
commit | d5547e52ccc8efbf89f64acb09fcace6cf00b7bd (patch) | |
tree | adc8af6c36460a05b56ce59e61578c4d6cab9b63 /.gitignore | |
parent | 6b935ac1c027689743845df5e20322d85acb09f9 (diff) | |
download | portable-d5547e52ccc8efbf89f64acb09fcace6cf00b7bd.tar.gz portable-d5547e52ccc8efbf89f64acb09fcace6cf00b7bd.tar.bz2 portable-d5547e52ccc8efbf89f64acb09fcace6cf00b7bd.zip |
Link BN_mod_inverse test to build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ tests/bn_isqrt* | |||
87 | tests/bn_mod_exp* | 87 | tests/bn_mod_exp* |
88 | tests/bn_mod_exp_zero* | 88 | tests/bn_mod_exp_zero* |
89 | tests/bn_mod_exp2_mont* | 89 | tests/bn_mod_exp2_mont* |
90 | tests/bn_mod_inverse* | ||
90 | tests/bn_mod_sqrt* | 91 | tests/bn_mod_sqrt* |
91 | tests/bn_mont* | 92 | tests/bn_mont* |
92 | tests/bn_primes* | 93 | tests/bn_primes* |