From 54b31ce5ec82248bba32f1a7c49e66e088cb1807 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 28 Feb 2023 08:34:39 -0600 Subject: unexport internal compat symbols from libcrypto --- ssl/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ssl') 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 @@ include $(top_srcdir)/Makefile.am.common +-include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk + AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio noinst_LTLIBRARIES = libbs.la @@ -34,6 +36,8 @@ remove_bs_objects: libssl.la libssl_la_CPPFLAGS = -I$(top_srcdir)/ssl/hidden ${AM_CPPFLAGS} libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) +libssl_la_LIBADD += $(libcompat_la_objects) +libssl_la_LIBADD += $(libcompatnoopt_la_objects) libssl_la_LIBADD += libbs.la libbs_la_SOURCES = bs_ber.c -- cgit v1.2.3-55-g6feb