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/Makefile.am | |
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 '')
-rw-r--r-- | ssl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |