aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ocspcheck/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt
index af245f4..4f89f4e 100644
--- a/apps/ocspcheck/CMakeLists.txt
+++ b/apps/ocspcheck/CMakeLists.txt
@@ -20,7 +20,7 @@ else()
20 set(OCSPCHECK_SRC ${OCSPCHECK_SRC} compat/inet_ntop.c) 20 set(OCSPCHECK_SRC ${OCSPCHECK_SRC} compat/inet_ntop.c)
21endif() 21endif()
22 22
23check_function_exists(inet_ntop HAVE_MEMMEM) 23check_function_exists(memmem HAVE_MEMMEM)
24if(HAVE_MEMMEM) 24if(HAVE_MEMMEM)
25 add_definitions(-DHAVE_MEMMEM) 25 add_definitions(-DHAVE_MEMMEM)
26else() 26else()