From: Simon Josefsson Date: Thu, 11 Jan 2007 08:22:40 +0000 (+0000) Subject: Don't export _E_*, they are only needed inside libgnutls now. X-Git-Tag: gnutls_1_7_2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eab9dc87c2f91d97e75e34b98a158e828835bab0;p=thirdparty%2Fgnutls.git Don't export _E_*, they are only needed inside libgnutls now. Fix copyright years. --- diff --git a/lib/libgnutls.vers b/lib/libgnutls.vers index 215511bfaf..05d789a029 100644 --- a/lib/libgnutls.vers +++ b/lib/libgnutls.vers @@ -1,5 +1,5 @@ # libgnutls.vers -- Versioning script to control what symbols to export. -# Copyright (C) 2005 Free Software Foundation +# Copyright (C) 2005, 2006, 2007 Free Software Foundation # # Author: Simon Josefsson # @@ -22,6 +22,6 @@ GNUTLS_1_3 { - global: _gnutls*; gnutls*; _E_*; + global: _gnutls*; gnutls*; local: *; };