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 /crypto/Makefile.am | |
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 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index ad26168..b996488 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -65,6 +65,10 @@ if !HAVE_TIMINGSAFE_BCMP | |||
65 | libcompat_la_SOURCES += compat/timingsafe_bcmp.c | 65 | libcompat_la_SOURCES += compat/timingsafe_bcmp.c |
66 | endif | 66 | endif |
67 | 67 | ||
68 | if HOST_WIN | ||
69 | libcompat_la_SOURCES += compat/posix_win.c | ||
70 | endif | ||
71 | |||
68 | include Makefile.am.arc4random | 72 | include Makefile.am.arc4random |
69 | 73 | ||
70 | libcrypto_la_SOURCES = | 74 | libcrypto_la_SOURCES = |