aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-21 18:57:06 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-21 20:29:49 -0500
commitea6e7116c9d09f850d5045ef922b8bb9e0f65d82 (patch)
treecf3986e343653f99cb15fbbd147401db7c4d4243 /.gitignore
parent451dbd967ca64d229db40dd779154d42e381c525 (diff)
downloadportable-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 93f185f..7578eee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,7 @@ tests/mont*
47tests/timingsafe* 47tests/timingsafe*
48tests/*test 48tests/*test
49tests/*test.c 49tests/*test.c
50tests/memmem.c
50tests/*.pem 51tests/*.pem
51tests/testssl 52tests/testssl
52tests/*.txt 53tests/*.txt