diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-23 12:46:44 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-23 12:46:44 +0100 |
commit | 67ab6a11877f6d1671da4afa6fbd142bf61a1ed2 (patch) | |
tree | 271d43e6fb989e75cfd0cac8fe7402d645bb4772 /ssl | |
parent | f015aed7a0942003e14f52a902a15551712a3ac9 (diff) | |
download | portable-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.txt | 2 |
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( | |||
64 | add_library(ssl_obj OBJECT ${SSL_SRC}) | 64 | add_library(ssl_obj OBJECT ${SSL_SRC}) |
65 | target_include_directories(ssl_obj | 65 | target_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 |