aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 7b3439d..92a10ba 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -607,6 +607,14 @@ if(NOT HAVE_FREEZERO)
607 set(COMPAT_SRC ${COMPAT_SRC} compat/freezero.c) 607 set(COMPAT_SRC ${COMPAT_SRC} compat/freezero.c)
608endif() 608endif()
609 609
610if(NOT HAVE_GETDELIM)
611 set(COMPAT_SRC ${COMPAT_SRC} compat/getdelim.c)
612endif()
613
614if(NOT HAVE_GETLINE)
615 set(COMPAT_SRC ${COMPAT_SRC} compat/getline.c)
616endif()
617
610if(NOT HAVE_GETOPT) 618if(NOT HAVE_GETOPT)
611 set(COMPAT_SRC ${COMPAT_SRC} compat/getopt_long.c) 619 set(COMPAT_SRC ${COMPAT_SRC} compat/getopt_long.c)
612endif() 620endif()