~ubuntu-branches/ubuntu/jaunty/curl/jaunty-security

« back to all changes in this revision

Viewing changes to libcurl.vers

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 12:22:30 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801122230-uaarmp6lo65py9t6
Tags: 7.16.4-1ubuntu1
* Merge with Debian.
  - Drop debian/patches/gnutls-verifications, applied upstream.
  - Remove all stuff which should be reverted according to 7.16.2-6ubuntu4.
  - Remaining change: drop stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
HIDDEN
2
 
{
3
 
        local:
4
 
                __*;
5
 
                _rest*;
6
 
                _save*;
7
 
};
8
 
 
9
 
CURL_GNUTLS_3
10
 
{
11
 
        global: curl_*;
12
 
        local: *;
13
 
};
14
 
 
15
 
CURL_GNUTLS_4
16
 
{
17
 
        global: curl_*;
18
 
        local: *;
19
 
};
20