diff options
author | Brent Cook <bcook@openbsd.org> | 2017-09-26 09:21:38 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-09-26 09:21:38 -0500 |
commit | cd9f686793c38c58c48fa9ed50b332f840db862a (patch) | |
tree | 90f9410c3575e1c340ec9608424ed9c231b16958 | |
parent | 07b9f6c37148ff87043a8372ee460fbf45446c85 (diff) | |
parent | 9bb3e03722f1e6c5188d5f317c58c93ac24a0525 (diff) | |
download | portable-cd9f686793c38c58c48fa9ed50b332f840db862a.tar.gz portable-cd9f686793c38c58c48fa9ed50b332f840db862a.tar.bz2 portable-cd9f686793c38c58c48fa9ed50b332f840db862a.zip |
Land #355, update libc checks
-rw-r--r-- | apps/ocspcheck/CMakeLists.txt | 2 |
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) |
21 | endif() | 21 | endif() |
22 | 22 | ||
23 | check_function_exists(inet_ntop HAVE_MEMMEM) | 23 | check_function_exists(memmem HAVE_MEMMEM) |
24 | if(HAVE_MEMMEM) | 24 | if(HAVE_MEMMEM) |
25 | add_definitions(-DHAVE_MEMMEM) | 25 | add_definitions(-DHAVE_MEMMEM) |
26 | else() | 26 | else() |