summaryrefslogtreecommitdiff
path: root/lib/libgnutls.vers
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-29 12:04:20 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-29 12:04:20 +0000
commit6c2512405eabc83fe64b72ca81d4c1989a9e0e22 (patch)
tree166765407f5bb39a3d89a927e8901ec230b6c4f3 /lib/libgnutls.vers
parentd660134e1f5abf2a666b09f795df47ff59a54447 (diff)
downloadgnutls-6c2512405eabc83fe64b72ca81d4c1989a9e0e22.tar.gz
Replace GNU LD version script with Libtool -export-symbols-regex,
tiny patch from Joe Orton <joe@manyfish.co.uk>.
Diffstat (limited to 'lib/libgnutls.vers')
-rw-r--r--lib/libgnutls.vers5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libgnutls.vers b/lib/libgnutls.vers
deleted file mode 100644
index 48cb0fbc39..0000000000
--- a/lib/libgnutls.vers
+++ /dev/null
@@ -1,5 +0,0 @@
-GNUTLS_1_1
-{
- global: _gnutls*; gnutls*; _E_*;
- local: *;
-};