diff options
author | Theo Buehler <tb@openbsd.org> | 2024-06-25 14:08:20 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-06-25 14:08:20 -0600 |
commit | 57a4289e8d9d6dbc46b668546f9d51cc8e6645ea (patch) | |
tree | fa09736463f8977dbb477445c5191cc044d153da /ssl/CMakeLists.txt | |
parent | 48b357c67feffdd152ad12b0606176ccb08e3eb3 (diff) | |
download | portable-57a4289e8d9d6dbc46b668546f9d51cc8e6645ea.tar.gz portable-57a4289e8d9d6dbc46b668546f9d51cc8e6645ea.tar.bz2 portable-57a4289e8d9d6dbc46b668546f9d51cc8e6645ea.zip |
reach from ssl into crypto for crypto_internal.h
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r-- | ssl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 9be9e99..e2eeab5 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -65,6 +65,7 @@ target_include_directories(ssl_obj | |||
65 | PRIVATE | 65 | PRIVATE |
66 | . | 66 | . |
67 | hidden | 67 | hidden |
68 | ../crypto | ||
68 | ../crypto/bio | 69 | ../crypto/bio |
69 | ../include/compat | 70 | ../include/compat |
70 | PUBLIC | 71 | PUBLIC |