diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-12-22 23:32:22 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-12-22 23:33:15 +0900 |
commit | b38d7f0f8acd8c9855c181e208a159bd46be75da (patch) | |
tree | d24222a6a04acd6279cbd9a7017ac9693dbeca22 /.gitignore | |
parent | 7b6953e9a931dab2e6f85d204de1c68c81074553 (diff) | |
download | portable-b38d7f0f8acd8c9855c181e208a159bd46be75da.tar.gz portable-b38d7f0f8acd8c9855c181e208a159bd46be75da.tar.bz2 portable-b38d7f0f8acd8c9855c181e208a159bd46be75da.zip |
Add regress asn1evp
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ test-driver | |||
53 | *.trs | 53 | *.trs |
54 | tests/aes_wrap* | 54 | tests/aes_wrap* |
55 | tests/arc4random_fork* | 55 | tests/arc4random_fork* |
56 | tests/asn1evp* | ||
56 | tests/asn1time* | 57 | tests/asn1time* |
57 | tests/cipher* | 58 | tests/cipher* |
58 | tests/explicit_bzero* | 59 | tests/explicit_bzero* |