diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-07-10 22:35:09 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-07-16 11:49:15 +0900 |
commit | f7cf93fd22d4f1003adfefc09488d31bcc1c7279 (patch) | |
tree | 1ce1dbe832c589a6b00c32d16922463522df29f2 /.gitignore | |
parent | cefd44a86ef5c96708382724d27a38d9364dc7ad (diff) | |
download | portable-f7cf93fd22d4f1003adfefc09488d31bcc1c7279.tar.gz portable-f7cf93fd22d4f1003adfefc09488d31bcc1c7279.tar.bz2 portable-f7cf93fd22d4f1003adfefc09488d31bcc1c7279.zip |
Add regression test freenull
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ tests/arc4random_fork* | |||
55 | tests/asn1time* | 55 | tests/asn1time* |
56 | tests/cipher* | 56 | tests/cipher* |
57 | tests/explicit_bzero* | 57 | tests/explicit_bzero* |
58 | tests/freenull* | ||
58 | tests/gost2814789t* | 59 | tests/gost2814789t* |
59 | tests/mont* | 60 | tests/mont* |
60 | tests/rfc5280time* | 61 | tests/rfc5280time* |