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 | |
parent | 48b357c67feffdd152ad12b0606176ccb08e3eb3 (diff) | |
download | portable-57a4289e8d9d6dbc46b668546f9d51cc8e6645ea.tar.gz portable-57a4289e8d9d6dbc46b668546f9d51cc8e6645ea.tar.bz2 portable-57a4289e8d9d6dbc46b668546f9d51cc8e6645ea.zip |
reach from ssl into crypto for crypto_internal.h
-rw-r--r-- | ssl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ssl/Makefile.am | 1 |
2 files changed, 2 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 |
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index dca98e2..a7a7d72 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.am.common | |||
2 | 2 | ||
3 | -include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk | 3 | -include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk |
4 | 4 | ||
5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | ||
5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio | 6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio |
6 | 7 | ||
7 | noinst_LTLIBRARIES = libbs.la | 8 | noinst_LTLIBRARIES = libbs.la |