export getuid for libtls
This commit is contained in:
parent
cc0a0e1299
commit
7f59976700
@ -778,6 +778,7 @@ endif()
|
|||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(CRYPTO_SRC ${CRYPTO_SRC} compat/posix_win.c)
|
set(CRYPTO_SRC ${CRYPTO_SRC} compat/posix_win.c)
|
||||||
set(EXTRA_EXPORT ${EXTRA_EXPORT} gettimeofday)
|
set(EXTRA_EXPORT ${EXTRA_EXPORT} gettimeofday)
|
||||||
|
set(EXTRA_EXPORT ${EXTRA_EXPORT} getuid)
|
||||||
set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_perror)
|
set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_perror)
|
||||||
set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fopen)
|
set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fopen)
|
||||||
set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fgets)
|
set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fgets)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user