aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-02-01 05:44:31 -0600
committerBrent Cook <busterb@gmail.com>2019-02-01 05:44:31 -0600
commit7f59976700f6ded62b271c1d39b59bd27c000644 (patch)
tree547bea44015eba595a5057ee54feadf0b14a2447
parentcc0a0e12991f2af790898b08b91f00d5344498e2 (diff)
downloadportable-7f59976700f6ded62b271c1d39b59bd27c000644.tar.gz
portable-7f59976700f6ded62b271c1d39b59bd27c000644.tar.bz2
portable-7f59976700f6ded62b271c1d39b59bd27c000644.zip
export getuid for libtls
-rw-r--r--crypto/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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()
778if(WIN32) 778if(WIN32)
779 set(CRYPTO_SRC ${CRYPTO_SRC} compat/posix_win.c) 779 set(CRYPTO_SRC ${CRYPTO_SRC} compat/posix_win.c)
780 set(EXTRA_EXPORT ${EXTRA_EXPORT} gettimeofday) 780 set(EXTRA_EXPORT ${EXTRA_EXPORT} gettimeofday)
781 set(EXTRA_EXPORT ${EXTRA_EXPORT} getuid)
781 set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_perror) 782 set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_perror)
782 set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fopen) 783 set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fopen)
783 set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fgets) 784 set(EXTRA_EXPORT ${EXTRA_EXPORT} posix_fgets)