summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@downhill.at.eu.org>2011-02-28 19:50:06 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-01 22:53:57 +0100
commit5236ebd5c994dcdee8c514ff032c57c978ceec25 (patch)
tree878e8a4518d2b4f6e495d2755805066b738d9735
parentcd50caff722fe17454770446bd5aaef59f3d50d7 (diff)
downloadgnutls-5236ebd5c994dcdee8c514ff032c57c978ceec25.tar.gz
fix duplicate symbols in version script
These three symbols are listed both in the GNUTLS_2_8 and the GNUTLS_2_10 section. binutils uses the first occurence, drop the second one. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/libgnutls.map3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 9bece547e2..dff2fa9923 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -575,9 +575,6 @@ GNUTLS_2_8
GNUTLS_2_10
{
global:
- gnutls_session_ticket_key_generate;
- gnutls_session_ticket_enable_client;
- gnutls_session_ticket_enable_server;
gnutls_x509_crt_get_issuer_alt_name2;
gnutls_x509_crt_get_issuer_alt_name;
gnutls_x509_crt_get_issuer_alt_othername_oid;