]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fix duplicate symbols in version script
authorAndreas Metzler <ametzler@downhill.at.eu.org>
Mon, 28 Feb 2011 18:50:06 +0000 (19:50 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 1 Mar 2011 21:54:11 +0000 (22:54 +0100)
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>
lib/libgnutls.map

index b00af3d7791e8215324f1603ebe95995b2137870..003f99bfda09d4093f353e060a70da50f38dfb01 100644 (file)
@@ -567,9 +567,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;