aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-08-03 06:56:59 -0500
committerBrent Cook <bcook@openbsd.org>2015-08-03 06:56:59 -0500
commitc66d80a4381f0b492fd62e87deb88944b77efd22 (patch)
tree6631bbd0b3ca74973331e9d75801e310b77f1fad /.gitignore
parent058e3ebe77db5f2ad0b84f2bb3d516fd600de56b (diff)
downloadportable-c66d80a4381f0b492fd62e87deb88944b77efd22.tar.gz
portable-c66d80a4381f0b492fd62e87deb88944b77efd22.tar.bz2
portable-c66d80a4381f0b492fd62e87deb88944b77efd22.zip
add win32-specific explicit_bzero implementation
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7efedef..5d7c5ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -120,6 +120,7 @@ include/openssl/*.he
120!/crypto/Makefile.am.* 120!/crypto/Makefile.am.*
121!/crypto/compat/arc4random.h 121!/crypto/compat/arc4random.h
122!/crypto/compat/b_win.c 122!/crypto/compat/b_win.c
123!/crypto/compat/explicit_bzero_win.c
123!/crypto/compat/posix_win.c 124!/crypto/compat/posix_win.c
124!/crypto/compat/bsd_asprintf.c 125!/crypto/compat/bsd_asprintf.c
125!/crypto/compat/inet_pton.c 126!/crypto/compat/inet_pton.c