aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-01-25 19:37:29 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-01-25 21:31:04 +0900
commit91a8bd7914a809d3be9f0a98d6246c2d10c3ad96 (patch)
treedabad83045b4c56ffc38a414f8f9dfcbe7a006ff /apps
parent93754dc5cfb68199b659180bbac77eecd6636c28 (diff)
downloadportable-91a8bd7914a809d3be9f0a98d6246c2d10c3ad96.tar.gz
portable-91a8bd7914a809d3be9f0a98d6246c2d10c3ad96.tar.bz2
portable-91a8bd7914a809d3be9f0a98d6246c2d10c3ad96.zip
Move strsep.c to crypto/compat/ and add ocspcheck build to CMake
Diffstat (limited to 'apps')
-rw-r--r--apps/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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 @@
1add_subdirectory(ocspcheck)
1add_subdirectory(openssl) 2add_subdirectory(openssl)
2add_subdirectory(nc) 3add_subdirectory(nc)