diff options
author | Brent Cook <bcook@openbsd.org> | 2018-11-11 09:14:00 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-11-11 09:14:00 -0600 |
commit | 1e2937e1a2e4ddfed1cf484b48b916d113f8fdac (patch) | |
tree | fa2a81c55e78fe4fc1057a493d95390df15cc88d /crypto | |
parent | ba2fe0e9499d718f14e4a1321008157d4e0a2a92 (diff) | |
download | portable-1e2937e1a2e4ddfed1cf484b48b916d113f8fdac.tar.gz portable-1e2937e1a2e4ddfed1cf484b48b916d113f8fdac.tar.bz2 portable-1e2937e1a2e4ddfed1cf484b48b916d113f8fdac.zip |
added crypto_lock portable bits
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 5 | ||||
-rw-r--r-- | crypto/compat/crypto_lock_win.c (renamed from crypto/crypto_lock_win.c) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index ba96c51..2d95359 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -213,6 +213,11 @@ endif | |||
213 | libcrypto_la_SOURCES += cpt_err.c | 213 | libcrypto_la_SOURCES += cpt_err.c |
214 | libcrypto_la_SOURCES += cryptlib.c | 214 | libcrypto_la_SOURCES += cryptlib.c |
215 | libcrypto_la_SOURCES += crypto_init.c | 215 | libcrypto_la_SOURCES += crypto_init.c |
216 | if !HOST_WIN | ||
217 | libcrypto_la_SOURCES += crypto_lock.c | ||
218 | else | ||
219 | libcrypto_la_SOURCES += crypto_lock_win.c | ||
220 | endif | ||
216 | libcrypto_la_SOURCES += cversion.c | 221 | libcrypto_la_SOURCES += cversion.c |
217 | libcrypto_la_SOURCES += ex_data.c | 222 | libcrypto_la_SOURCES += ex_data.c |
218 | libcrypto_la_SOURCES += malloc-wrapper.c | 223 | libcrypto_la_SOURCES += malloc-wrapper.c |
diff --git a/crypto/crypto_lock_win.c b/crypto/compat/crypto_lock_win.c index 47c3dcc..47c3dcc 100644 --- a/crypto/crypto_lock_win.c +++ b/crypto/compat/crypto_lock_win.c | |||