diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-01-31 19:28:39 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-01-31 19:28:39 +0900 |
commit | 298b1e58344657b790abec69188bf524a219bbf6 (patch) | |
tree | ab75c1cef3faa04dc6127ba5095271efadd72ec8 /.gitignore | |
parent | 3412032b52902c1c9bc890ad62abb44388c6b2bc (diff) | |
download | portable-298b1e58344657b790abec69188bf524a219bbf6.tar.gz portable-298b1e58344657b790abec69188bf524a219bbf6.tar.bz2 portable-298b1e58344657b790abec69188bf524a219bbf6.zip |
Add regress evp_pkey_check
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ tests/bn_to_string* | |||
70 | tests/cipher* | 70 | tests/cipher* |
71 | tests/constraints* | 71 | tests/constraints* |
72 | tests/ec_point_conversion* | 72 | tests/ec_point_conversion* |
73 | tests/evp_pkey_check* | ||
73 | tests/explicit_bzero* | 74 | tests/explicit_bzero* |
74 | tests/freenull* | 75 | tests/freenull* |
75 | tests/gost2814789t* | 76 | tests/gost2814789t* |