aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-05 23:50:56 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-06 00:03:51 -0600
commit14481349f99c9970577c1086ce1886ea09c832a3 (patch)
treefe8ddd9de659912a0b30d8e969ad3065a790de65 /.gitignore
parent634b5a5b896cc29455a301d74b4cb0681d7a81d7 (diff)
downloadportable-14481349f99c9970577c1086ce1886ea09c832a3.tar.gz
portable-14481349f99c9970577c1086ce1886ea09c832a3.tar.bz2
portable-14481349f99c9970577c1086ce1886ea09c832a3.zip
Link bn_gcd test to build
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 99be2c4..cca3fae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,6 +72,7 @@ tests/bio_mem*
72tests/bnaddsub* 72tests/bnaddsub*
73tests/bn_add_sub* 73tests/bn_add_sub*
74tests/bn_cmp* 74tests/bn_cmp*
75tests/bn_gcd*
75tests/bn_isqrt* 76tests/bn_isqrt*
76tests/bn_mod_exp* 77tests/bn_mod_exp*
77tests/bn_mod_exp_zero* 78tests/bn_mod_exp_zero*