diff options
author | Brent Cook <bcook@openbsd.org> | 2015-02-06 20:17:31 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-02-06 20:17:31 -0600 |
commit | be5d0cca13c00f5615c16fcfaa5674558a29568b (patch) | |
tree | bc654c5639e8dd9c280111efe1954f990118eff4 /.gitignore | |
parent | a323f52a3ffbdaf554efa4f5924315aff3123891 (diff) | |
download | portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.tar.gz portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.tar.bz2 portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.zip |
update with latest, add more tests
this adds the new bytestring apis and new regression tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ tests/timingsafe* | |||
53 | tests/*test | 53 | tests/*test |
54 | tests/*test.c | 54 | tests/*test.c |
55 | tests/memmem.c | 55 | tests/memmem.c |
56 | tests/pbkdf2* | ||
56 | tests/*.pem | 57 | tests/*.pem |
57 | tests/testssl | 58 | tests/testssl |
58 | tests/*.txt | 59 | tests/*.txt |