diff options
author | Brent Cook <bcook@openbsd.org> | 2015-08-03 06:56:59 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-08-03 06:56:59 -0500 |
commit | c66d80a4381f0b492fd62e87deb88944b77efd22 (patch) | |
tree | 6631bbd0b3ca74973331e9d75801e310b77f1fad /.gitignore | |
parent | 058e3ebe77db5f2ad0b84f2bb3d516fd600de56b (diff) | |
download | portable-c66d80a4381f0b492fd62e87deb88944b77efd22.tar.gz portable-c66d80a4381f0b492fd62e87deb88944b77efd22.tar.bz2 portable-c66d80a4381f0b492fd62e87deb88944b77efd22.zip |
add win32-specific explicit_bzero implementation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |