aboutsummaryrefslogtreecommitdiff
path: root/ssl/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-06-25 14:08:20 -0600
committerTheo Buehler <tb@openbsd.org>2024-06-25 14:08:20 -0600
commit57a4289e8d9d6dbc46b668546f9d51cc8e6645ea (patch)
treefa09736463f8977dbb477445c5191cc044d153da /ssl/Makefile.am
parent48b357c67feffdd152ad12b0606176ccb08e3eb3 (diff)
downloadportable-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.am1
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
5AM_CPPFLAGS += -I$(top_srcdir)/crypto
5AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio 6AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio
6 7
7noinst_LTLIBRARIES = libbs.la 8noinst_LTLIBRARIES = libbs.la