refactor win32 shims into posix_win.c

this also adds a rename shim that allows overwrites
This commit is contained in:
Brent Cook
2015-06-05 04:31:56 -05:00
committed by Brent Cook
parent 1d27b22e82
commit b4a6a61513
5 changed files with 191 additions and 151 deletions

View File

@@ -65,6 +65,10 @@ if !HAVE_TIMINGSAFE_BCMP
libcompat_la_SOURCES += compat/timingsafe_bcmp.c
endif
if HOST_WIN
libcompat_la_SOURCES += compat/posix_win.c
endif
include Makefile.am.arc4random
libcrypto_la_SOURCES =