summaryrefslogtreecommitdiff
path: root/libextra/libgnutls-extra.vers
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-09-12 13:13:53 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-09-12 13:13:53 +0000
commit98e498ef65f25a2a264f50d1b6c7aa49e8ae9509 (patch)
tree25bfa29835f68a1e228c649d7513560b3e982371 /libextra/libgnutls-extra.vers
parent949f8e50cd9be374b7b312df0ab2e23019522d8c (diff)
downloadgnutls-98e498ef65f25a2a264f50d1b6c7aa49e8ae9509.tar.gz
Some additions to export only the documented API, and some support for versioning.
Diffstat (limited to 'libextra/libgnutls-extra.vers')
-rw-r--r--libextra/libgnutls-extra.vers5
1 files changed, 5 insertions, 0 deletions
diff --git a/libextra/libgnutls-extra.vers b/libextra/libgnutls-extra.vers
new file mode 100644
index 0000000000..ab2f9815b4
--- /dev/null
+++ b/libextra/libgnutls-extra.vers
@@ -0,0 +1,5 @@
+gnutls1
+{
+ global: gnutls*; SSL*; TLS*; X509*; BIO*; ERR*; RAND*; MD5*; RIPEMD160*;
+ local: *;
+};