diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-21 18:57:06 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-21 20:29:49 -0500 |
commit | ea6e7116c9d09f850d5045ef922b8bb9e0f65d82 (patch) | |
tree | cf3986e343653f99cb15fbbd147401db7c4d4243 /.gitignore | |
parent | 451dbd967ca64d229db40dd779154d42e381c525 (diff) | |
download | portable-ea6e7116c9d09f850d5045ef922b8bb9e0f65d82.tar.gz portable-ea6e7116c9d09f850d5045ef922b8bb9e0f65d82.tar.bz2 portable-ea6e7116c9d09f850d5045ef922b8bb9e0f65d82.zip |
build openbsd memmem implementation for explicit_bzero test
memmem is not always available, and not all memmem's work the same way
ok beck@ guenther@
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ tests/mont* | |||
47 | tests/timingsafe* | 47 | tests/timingsafe* |
48 | tests/*test | 48 | tests/*test |
49 | tests/*test.c | 49 | tests/*test.c |
50 | tests/memmem.c | ||
50 | tests/*.pem | 51 | tests/*.pem |
51 | tests/testssl | 52 | tests/testssl |
52 | tests/*.txt | 53 | tests/*.txt |