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 12bc8ae..196ae4a 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -888,6 +888,11 @@ if(NOT HAVE_STRSEP)
888 set(EXTRA_EXPORT ${EXTRA_EXPORT} strsep) 888 set(EXTRA_EXPORT ${EXTRA_EXPORT} strsep)
889endif() 889endif()
890 890
891if(NOT HAVE_STRTONUM)
892 set(CRYPTO_SRC ${CRYPTO_SRC} compat/strtonum.c)
893 set(EXTRA_EXPORT ${EXTRA_EXPORT} strtonum)
894endif()
895
891if(NOT HAVE_SYSLOG_R) 896if(NOT HAVE_SYSLOG_R)
892 set(CRYPTO_SRC ${CRYPTO_SRC} compat/syslog_r.c) 897 set(CRYPTO_SRC ${CRYPTO_SRC} compat/syslog_r.c)
893endif() 898endif()