aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-28 08:34:39 -0600
committerBrent Cook <busterb@gmail.com>2023-05-27 01:20:54 -0500
commit54b31ce5ec82248bba32f1a7c49e66e088cb1807 (patch)
tree89dc3a1785668958ef41175a51e30735ff4227e6 /ssl
parent605328314f266e01c4b670addcb2e5a2991d2f49 (diff)
downloadportable-54b31ce5ec82248bba32f1a7c49e66e088cb1807.tar.gz
portable-54b31ce5ec82248bba32f1a7c49e66e088cb1807.tar.bz2
portable-54b31ce5ec82248bba32f1a7c49e66e088cb1807.zip
unexport internal compat symbols from libcrypto
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am
index d27e2af..002a266 100644
--- a/ssl/Makefile.am
+++ b/ssl/Makefile.am
@@ -1,5 +1,7 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2 2
3-include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk
4
3AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio 5AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio
4 6
5noinst_LTLIBRARIES = libbs.la 7noinst_LTLIBRARIES = libbs.la
@@ -34,6 +36,8 @@ remove_bs_objects: libssl.la
34libssl_la_CPPFLAGS = -I$(top_srcdir)/ssl/hidden ${AM_CPPFLAGS} 36libssl_la_CPPFLAGS = -I$(top_srcdir)/ssl/hidden ${AM_CPPFLAGS}
35libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym 37libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym
36libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) 38libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD)
39libssl_la_LIBADD += $(libcompat_la_objects)
40libssl_la_LIBADD += $(libcompatnoopt_la_objects)
37libssl_la_LIBADD += libbs.la 41libssl_la_LIBADD += libbs.la
38 42
39libbs_la_SOURCES = bs_ber.c 43libbs_la_SOURCES = bs_ber.c