build crypto_lock_win.c in-place
This commit is contained in:
@@ -669,7 +669,7 @@ if(UNIX)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} crypto_lock_win.c)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} compat/crypto_lock_win.c)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} bio/b_win.c)
|
||||
set(CRYPTO_UNEXPORT ${CRYPTO_UNEXPORT} BIO_s_log)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} ui/ui_openssl_win.c)
|
||||
|
@@ -216,7 +216,7 @@ libcrypto_la_SOURCES += crypto_init.c
|
||||
if !HOST_WIN
|
||||
libcrypto_la_SOURCES += crypto_lock.c
|
||||
else
|
||||
libcrypto_la_SOURCES += crypto_lock_win.c
|
||||
libcrypto_la_SOURCES += compat/crypto_lock_win.c
|
||||
endif
|
||||
libcrypto_la_SOURCES += cversion.c
|
||||
libcrypto_la_SOURCES += ex_data.c
|
||||
|
Reference in New Issue
Block a user