Make compat symbols @@OPENCONNECT_PRIVATE
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 13 May 2012 17:09:59 +0000 (10:09 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 13 May 2012 17:10:01 +0000 (10:10 -0700)
Would be even nicer if I could find a way to let *only* openconnect itself
use them, and not have them visible to general users of the library.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
libopenconnect.map.in

index cea8bea..f47cafd 100644 (file)
@@ -1,5 +1,5 @@
 OPENCONNECT_1.2 {
- global: @SYMVER_TIME@ @SYMVER_ASPRINTF@ @SYMVER_GETLINE@
+ global: 
        openconnect_clear_cookie;
        openconnect_get_cert_sha1;
        openconnect_get_cookie;
@@ -38,7 +38,7 @@ OPENCONNECT_1.4 {
 } OPENCONNECT_1.3;
 
 OPENCONNECT_PRIVATE {
- global:
+ global: @SYMVER_TIME@ @SYMVER_ASPRINTF@ @SYMVER_GETLINE@
        openconnect_SSL_gets;
        openconnect_close_https;
        openconnect_open_https;