aboutsummaryrefslogtreecommitdiff
path: root/apps/ocspcheck
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-06-14 05:59:20 -0500
committerBrent Cook <bcook@openbsd.org>2018-06-14 05:59:20 -0500
commitbf368e58e7d7737957438fac99016f4e05a094f1 (patch)
tree72fd96ec509d08296d7f562cef5d59fbf9b5ea05 /apps/ocspcheck
parent64b69515762f79c7d8841025455c188708059abd (diff)
downloadportable-bf368e58e7d7737957438fac99016f4e05a094f1.tar.gz
portable-bf368e58e7d7737957438fac99016f4e05a094f1.tar.bz2
portable-bf368e58e7d7737957438fac99016f4e05a094f1.zip
add private includes for apps and tests
Diffstat (limited to 'apps/ocspcheck')
-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 9e0d012..3c80458 100644
--- a/apps/ocspcheck/CMakeLists.txt
+++ b/apps/ocspcheck/CMakeLists.txt
@@ -20,7 +20,7 @@ else()
20endif() 20endif()
21 21
22add_executable(ocspcheck ${OCSPCHECK_SRC}) 22add_executable(ocspcheck ${OCSPCHECK_SRC})
23target_include_directories(ocspcheck PRIVATE . ./compat) 23target_include_directories(ocspcheck PRIVATE . ./compat ../../include/compat)
24target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) 24target_link_libraries(ocspcheck tls ${OPENSSL_LIBS})
25 25
26if(ENABLE_LIBRESSL_INSTALL) 26if(ENABLE_LIBRESSL_INSTALL)