summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <gitlab@bebt.de>2020-12-30 10:40:17 +0000
committerAndreas Metzler <gitlab@bebt.de>2020-12-30 10:40:17 +0000
commitf6b4695ccafd6945cc7affda4ab9f7b9f9ed8616 (patch)
treeb250a7c2487cc27d45d22d23006a57e891ec9caf
parent3b80944f1678a193bb7fc3ff5c42a58798c2b66f (diff)
parent58f8bb2397138967115ffa337dcb89df0db6891c (diff)
downloadgnutls-f6b4695ccafd6945cc7affda4ab9f7b9f9ed8616.tar.gz
Merge branch 'tmp-limit-gnutls-openssl-exported-symbols' into 'master'
libgnutls-openssl: Clean up list of exported symbols See merge request gnutls/gnutls!1373
-rw-r--r--extra/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 738379f913..8042ae0c77 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -45,7 +45,8 @@ defexec_DATA =
# OpenSSL
-libgnutls_openssl_la_LDFLAGS = -no-undefined
+libgnutls_openssl_la_LDFLAGS = -no-undefined \
+ -export-symbols-regex "^[[:upper:]]"
if ENABLE_OPENSSL
lib_LTLIBRARIES = libgnutls-openssl.la