]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Don't export _E_*, they are only needed inside libgnutls now.
authorSimon Josefsson <simon@josefsson.org>
Thu, 11 Jan 2007 08:22:40 +0000 (08:22 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 11 Jan 2007 08:22:40 +0000 (08:22 +0000)
Fix copyright years.

lib/libgnutls.vers

index 215511bfaffa7abdd3b5a8dc9a1d3423a2b2c6a4..05d789a0290f1e22e99db37d7dc7e3ae9a34f65e 100644 (file)
@@ -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: *;
 };