diff options
author | Brent Cook <busterb@gmail.com> | 2015-06-05 04:31:56 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-06-05 04:50:18 -0500 |
commit | b4a6a615134b59435efbecdd8c5b5407b6af8e8f (patch) | |
tree | 7e1b645be3b352fab0021da3b0e43e78a423347a /.gitignore | |
parent | 1d27b22e82ce00d27d0886c8488e4cbed1cb618e (diff) | |
download | portable-b4a6a615134b59435efbecdd8c5b5407b6af8e8f.tar.gz portable-b4a6a615134b59435efbecdd8c5b5407b6af8e8f.tar.bz2 portable-b4a6a615134b59435efbecdd8c5b5407b6af8e8f.zip |
refactor win32 shims into posix_win.c
this also adds a rename shim that allows overwrites
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ include/openssl/*.he | |||
116 | !/crypto/Makefile.am.* | 116 | !/crypto/Makefile.am.* |
117 | !/crypto/compat/arc4random.h | 117 | !/crypto/compat/arc4random.h |
118 | !/crypto/compat/b_win.c | 118 | !/crypto/compat/b_win.c |
119 | !/crypto/compat/posix_win.c | ||
119 | !/crypto/compat/bsd_asprintf.c | 120 | !/crypto/compat/bsd_asprintf.c |
120 | !/crypto/compat/ui_openssl_win.c | 121 | !/crypto/compat/ui_openssl_win.c |
121 | 122 | ||