aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2022-01-31 19:28:39 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2022-01-31 19:28:39 +0900
commit298b1e58344657b790abec69188bf524a219bbf6 (patch)
treeab75c1cef3faa04dc6127ba5095271efadd72ec8 /.gitignore
parent3412032b52902c1c9bc890ad62abb44388c6b2bc (diff)
downloadportable-298b1e58344657b790abec69188bf524a219bbf6.tar.gz
portable-298b1e58344657b790abec69188bf524a219bbf6.tar.bz2
portable-298b1e58344657b790abec69188bf524a219bbf6.zip
Add regress evp_pkey_check
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2a2e1a2..cd7e2ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,6 +70,7 @@ tests/bn_to_string*
70tests/cipher* 70tests/cipher*
71tests/constraints* 71tests/constraints*
72tests/ec_point_conversion* 72tests/ec_point_conversion*
73tests/evp_pkey_check*
73tests/explicit_bzero* 74tests/explicit_bzero*
74tests/freenull* 75tests/freenull*
75tests/gost2814789t* 76tests/gost2814789t*