aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)