From 3fb9e63b907186c70fb79e818d899ccb67b4b421 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 14 Mar 2018 07:29:04 -0500 Subject: bump base requirement to Windows Vista, use builtin inet_ntop/pton --- apps/ocspcheck/CMakeLists.txt | 7 ------- apps/ocspcheck/Makefile.am | 4 ---- 2 files changed, 11 deletions(-) (limited to 'apps') diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt index 4f89f4e..15af8a8 100644 --- a/apps/ocspcheck/CMakeLists.txt +++ b/apps/ocspcheck/CMakeLists.txt @@ -13,13 +13,6 @@ set( ocspcheck.c ) -check_function_exists(inet_ntop HAVE_INET_NTOP) -if(HAVE_INET_NTOP) - add_definitions(-DHAVE_INET_NTOP) -else() - set(OCSPCHECK_SRC ${OCSPCHECK_SRC} compat/inet_ntop.c) -endif() - check_function_exists(memmem HAVE_MEMMEM) if(HAVE_MEMMEM) add_definitions(-DHAVE_MEMMEM) diff --git a/apps/ocspcheck/Makefile.am b/apps/ocspcheck/Makefile.am index f7eb131..7482101 100644 --- a/apps/ocspcheck/Makefile.am +++ b/apps/ocspcheck/Makefile.am @@ -14,10 +14,6 @@ ocspcheck_SOURCES = http.c ocspcheck_SOURCES += ocspcheck.c noinst_HEADERS = http.h -if !HAVE_INET_NTOP -ocspcheck_SOURCES += compat/inet_ntop.c -endif - if !HAVE_MEMMEM ocspcheck_SOURCES += compat/memmem.c endif -- cgit v1.2.3-55-g6feb