From 91a8bd7914a809d3be9f0a98d6246c2d10c3ad96 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Wed, 25 Jan 2017 19:37:29 +0900 Subject: Move strsep.c to crypto/compat/ and add ocspcheck build to CMake --- apps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index b55006f..08a5a41 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,2 +1,3 @@ +add_subdirectory(ocspcheck) add_subdirectory(openssl) add_subdirectory(nc) -- cgit v1.2.3-55-g6feb