diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-28 08:34:39 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-05-27 01:20:54 -0500 |
commit | 54b31ce5ec82248bba32f1a7c49e66e088cb1807 (patch) | |
tree | 89dc3a1785668958ef41175a51e30735ff4227e6 /ssl | |
parent | 605328314f266e01c4b670addcb2e5a2991d2f49 (diff) | |
download | portable-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.am | 4 |
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 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | -include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk | ||
4 | |||
3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio | 5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio |
4 | 6 | ||
5 | noinst_LTLIBRARIES = libbs.la | 7 | noinst_LTLIBRARIES = libbs.la |
@@ -34,6 +36,8 @@ remove_bs_objects: libssl.la | |||
34 | libssl_la_CPPFLAGS = -I$(top_srcdir)/ssl/hidden ${AM_CPPFLAGS} | 36 | libssl_la_CPPFLAGS = -I$(top_srcdir)/ssl/hidden ${AM_CPPFLAGS} |
35 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym | 37 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym |
36 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) | 38 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) |
39 | libssl_la_LIBADD += $(libcompat_la_objects) | ||
40 | libssl_la_LIBADD += $(libcompatnoopt_la_objects) | ||
37 | libssl_la_LIBADD += libbs.la | 41 | libssl_la_LIBADD += libbs.la |
38 | 42 | ||
39 | libbs_la_SOURCES = bs_ber.c | 43 | libbs_la_SOURCES = bs_ber.c |