diff options
author | Brent Cook <bcook@openbsd.org> | 2018-06-14 04:48:23 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-06-14 04:48:59 -0500 |
commit | 64b69515762f79c7d8841025455c188708059abd (patch) | |
tree | aadc919c6a99dac30ef725104a84b2cf8c3eac50 /crypto | |
parent | d4bf25f6c006a74d3b7c472099e097b9f701744f (diff) | |
download | portable-64b69515762f79c7d8841025455c188708059abd.tar.gz portable-64b69515762f79c7d8841025455c188708059abd.tar.bz2 portable-64b69515762f79c7d8841025455c188708059abd.zip |
make headers under include/compat private again
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index ded07af..1529d27 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -807,9 +807,9 @@ target_include_directories(crypto | |||
807 | dsa | 807 | dsa |
808 | evp | 808 | evp |
809 | modes | 809 | modes |
810 | ../include/compat | ||
810 | PUBLIC | 811 | PUBLIC |
811 | ../include | 812 | ../include) |
812 | ../include/compat) | ||
813 | 813 | ||
814 | if (BUILD_SHARED_LIBS) | 814 | if (BUILD_SHARED_LIBS) |
815 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) | 815 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) |