diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-16 01:58:35 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-16 01:58:35 -0600 |
commit | d499ec2b77be5131176319911d3eea9565d94191 (patch) | |
tree | 619125e13fd088c35f33bd055eb156f633979e10 | |
parent | 5d6a7305fcdce3bef745a8db7bccbb4420704c14 (diff) | |
download | portable-d499ec2b77be5131176319911d3eea9565d94191.tar.gz portable-d499ec2b77be5131176319911d3eea9565d94191.tar.bz2 portable-d499ec2b77be5131176319911d3eea9565d94191.zip |
update gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,7 @@ tests/bn_mod_inverse* | |||
92 | tests/bn_mod_sqrt* | 92 | tests/bn_mod_sqrt* |
93 | tests/bn_mont* | 93 | tests/bn_mont* |
94 | tests/bn_primes* | 94 | tests/bn_primes* |
95 | tests/bn_print* | ||
95 | tests/bn_rand_interval* | 96 | tests/bn_rand_interval* |
96 | tests/bn_shift* | 97 | tests/bn_shift* |
97 | tests/bn_to_string* | 98 | tests/bn_to_string* |
@@ -103,6 +104,7 @@ tests/constraints* | |||
103 | tests/ctlog.conf | 104 | tests/ctlog.conf |
104 | tests/*.crt | 105 | tests/*.crt |
105 | tests/ec_point_conversion* | 106 | tests/ec_point_conversion* |
107 | tests/ecc_cdh* | ||
106 | tests/evp_pkey_check* | 108 | tests/evp_pkey_check* |
107 | tests/evp_pkey_cleanup* | 109 | tests/evp_pkey_cleanup* |
108 | tests/explicit_bzero* | 110 | tests/explicit_bzero* |