From 7f59976700f6ded62b271c1d39b59bd27c000644 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 1 Feb 2019 05:44:31 -0600 Subject: export getuid for libtls --- crypto/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto') diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index b7ce131..fd5ce30 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -778,6 +778,7 @@ endif() if(WIN32) set(CRYPTO_SRC ${CRYPTO_SRC} compat/posix_win.c) 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_fopen) set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fgets) -- cgit v1.2.3-55-g6feb