aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index d8e1ddb..41dc37b 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -714,6 +714,11 @@ if(NOT HAVE_STRNDUP)
714 endif() 714 endif()
715endif() 715endif()
716 716
717if(NOT HAVE_STRSEP)
718 set(CRYPTO_SRC ${CRYPTO_SRC} compat/strsep.c)
719 set(EXTRA_EXPORT ${EXTRA_EXPORT} strsep)
720endif()
721
717if(NOT HAVE_TIMEGM) 722if(NOT HAVE_TIMEGM)
718 set(CRYPTO_SRC ${CRYPTO_SRC} compat/timegm.c) 723 set(CRYPTO_SRC ${CRYPTO_SRC} compat/timegm.c)
719 set(EXTRA_EXPORT ${EXTRA_EXPORT} timegm) 724 set(EXTRA_EXPORT ${EXTRA_EXPORT} timegm)