aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2015-06-05 04:31:56 -0500
committerBrent Cook <bcook@openbsd.org>2015-06-05 04:50:18 -0500
commitb4a6a615134b59435efbecdd8c5b5407b6af8e8f (patch)
tree7e1b645be3b352fab0021da3b0e43e78a423347a /crypto/Makefile.am
parent1d27b22e82ce00d27d0886c8488e4cbed1cb618e (diff)
downloadportable-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.am4
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
65libcompat_la_SOURCES += compat/timingsafe_bcmp.c 65libcompat_la_SOURCES += compat/timingsafe_bcmp.c
66endif 66endif
67 67
68if HOST_WIN
69libcompat_la_SOURCES += compat/posix_win.c
70endif
71
68include Makefile.am.arc4random 72include Makefile.am.arc4random
69 73
70libcrypto_la_SOURCES = 74libcrypto_la_SOURCES =