diff options
author | Brent Cook <busterb@gmail.com> | 2016-11-05 08:44:35 -0500 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 00:24:12 +0900 |
commit | 7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b (patch) | |
tree | 74f317ae0cc4e6292570330adfd1f13845cc08b3 /ssl/Makefile.am | |
parent | 348362416d79760320d9120bbc0b653fb2a2e838 (diff) | |
download | portable-7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b.tar.gz portable-7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b.tar.bz2 portable-7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b.zip |
implement support for hiding symbols in libtls / libssl
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r-- | ssl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 31a0a88..b210b92 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -5,8 +5,9 @@ lib_LTLIBRARIES = libssl.la | |||
5 | EXTRA_DIST = VERSION | 5 | EXTRA_DIST = VERSION |
6 | EXTRA_DIST += CMakeLists.txt | 6 | EXTRA_DIST += CMakeLists.txt |
7 | EXTRA_DIST += ssl.def | 7 | EXTRA_DIST += ssl.def |
8 | EXTRA_DIST += ssl.sym | ||
8 | 9 | ||
9 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined | 10 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym |
10 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la | 11 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la |
11 | 12 | ||
12 | libssl_la_SOURCES = bio_ssl.c | 13 | libssl_la_SOURCES = bio_ssl.c |