aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-11-23 12:46:44 +0100
committerTheo Buehler <tb@openbsd.org>2022-11-23 12:46:44 +0100
commit67ab6a11877f6d1671da4afa6fbd142bf61a1ed2 (patch)
tree271d43e6fb989e75cfd0cac8fe7402d645bb4772 /ssl
parentf015aed7a0942003e14f52a902a15551712a3ac9 (diff)
downloadportable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.tar.gz
portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.tar.bz2
portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.zip
Neuter namespace differently to fix Appveyor CI
Diffstat (limited to 'ssl')
-rw-r--r--ssl/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
index 13072b1..4c7357a 100644
--- a/ssl/CMakeLists.txt
+++ b/ssl/CMakeLists.txt
@@ -64,9 +64,7 @@ set(
64add_library(ssl_obj OBJECT ${SSL_SRC}) 64add_library(ssl_obj OBJECT ${SSL_SRC})
65target_include_directories(ssl_obj 65target_include_directories(ssl_obj
66 PRIVATE 66 PRIVATE
67 ../crypto/hidden
68 ../crypto/bio 67 ../crypto/bio
69 ./hidden
70 . 68 .
71 ../include/compat 69 ../include/compat
72 PUBLIC 70 PUBLIC