diff options
author | Theo Buehler <tb@openbsd.org> | 2024-04-25 12:45:38 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-04-25 12:45:38 -0600 |
commit | d0221daff6a2dac582cf0239eb0b1930b8f8c1d3 (patch) | |
tree | 385efa440300089d84fff96a0d5e663f25c228e8 /.gitignore | |
parent | a8bd03a588988394b825bdcf71c9e4381b78213f (diff) | |
download | portable-d0221daff6a2dac582cf0239eb0b1930b8f8c1d3.tar.gz portable-d0221daff6a2dac582cf0239eb0b1930b8f8c1d3.tar.bz2 portable-d0221daff6a2dac582cf0239eb0b1930b8f8c1d3.zip |
link crypto_test to the build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ tests/bn_word* | |||
104 | tests/callback* | 104 | tests/callback* |
105 | tests/cipher* | 105 | tests/cipher* |
106 | tests/constraints* | 106 | tests/constraints* |
107 | tests/crypto_test* | ||
107 | tests/ctlog.conf | 108 | tests/ctlog.conf |
108 | tests/*.crt | 109 | tests/*.crt |
109 | tests/ec_point_conversion* | 110 | tests/ec_point_conversion* |