From: Andreas Metzler Date: Mon, 28 Feb 2011 18:50:06 +0000 (+0100) Subject: fix duplicate symbols in version script X-Git-Tag: gnutls_2_99_0~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cb61db70c837ebad6540bf83d23fe5d61fed992;p=thirdparty%2Fgnutls.git 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 --- diff --git a/lib/libgnutls.map b/lib/libgnutls.map index b00af3d779..003f99bfda 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -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;