diff options
author | Brent Cook <busterb@gmail.com> | 2022-04-04 01:09:27 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-04-04 01:09:27 -0500 |
commit | b52dc3d9b292f4f644d7506a2d62df11f2a6e269 (patch) | |
tree | f45a32be7d4172909d555cdb59e6449e068dac28 /.gitignore | |
parent | e5263d716312ebf13b46fc886ffbd09f96106864 (diff) | |
download | portable-b52dc3d9b292f4f644d7506a2d62df11f2a6e269.tar.gz portable-b52dc3d9b292f4f644d7506a2d62df11f2a6e269.tar.bz2 portable-b52dc3d9b292f4f644d7506a2d62df11f2a6e269.zip |
add evp_pkey_cleanup test
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ tests/cipher* | |||
74 | tests/constraints* | 74 | tests/constraints* |
75 | tests/ec_point_conversion* | 75 | tests/ec_point_conversion* |
76 | tests/evp_pkey_check* | 76 | tests/evp_pkey_check* |
77 | tests/evp_pkey_cleanup* | ||
77 | tests/explicit_bzero* | 78 | tests/explicit_bzero* |
78 | tests/freenull* | 79 | tests/freenull* |
79 | tests/gost2814789t* | 80 | tests/gost2814789t* |