diff options
author | Brent Cook <busterb@gmail.com> | 2019-06-12 21:56:42 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-06-12 21:56:42 -0500 |
commit | b1823997485db869bd02f1a32467008ba1f03eff (patch) | |
tree | 66c4cb148a3710934cadf04614075f441e4b2bc6 /.gitignore | |
parent | b3e2e713104298ded9e7ad69e33e0959ceca5f29 (diff) | |
parent | 5d686726ec5f3e55236bfdc4869138dc3a0c5f3b (diff) | |
download | portable-b1823997485db869bd02f1a32467008ba1f03eff.tar.gz portable-b1823997485db869bd02f1a32467008ba1f03eff.tar.bz2 portable-b1823997485db869bd02f1a32467008ba1f03eff.zip |
Land #535, add regress bn_to_string
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ tests/asn1evp* | |||
57 | tests/asn1time* | 57 | tests/asn1time* |
58 | tests/bnaddsub* | 58 | tests/bnaddsub* |
59 | tests/bn_rand_interval* | 59 | tests/bn_rand_interval* |
60 | tests/bn_to_string* | ||
60 | tests/cipher* | 61 | tests/cipher* |
61 | tests/explicit_bzero* | 62 | tests/explicit_bzero* |
62 | tests/freenull* | 63 | tests/freenull* |