Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix library versioning
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Nov 5, 2012
1 parent 88de96d commit 008e396
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
18 changes: 7 additions & 11 deletions libopenconnect.map.in
@@ -1,14 +1,3 @@
OPENCONNECT_2.2 {
global:
openconnect_set_reported_os;
};

OPENCONNECT_2.1 {
global:
openconnect_has_stoken_support;
openconnect_set_stoken_mode;
};

OPENCONNECT_2.0 {
global:
openconnect_clear_cookie;
Expand Down Expand Up @@ -41,6 +30,13 @@ OPENCONNECT_2.0 {
openconnect_has_pkcs11_support;
};

OPENCONNECT_2.1 {
global:
openconnect_has_stoken_support;
openconnect_set_stoken_mode;
openconnect_set_reported_os;
} OPENCONNECT_2.0;

OPENCONNECT_PRIVATE {
global: @SYMVER_TIME@ @SYMVER_ASPRINTF@ @SYMVER_GETLINE@ @SYMVER_PRINT_ERR@
openconnect_SSL_gets;
Expand Down
4 changes: 1 addition & 3 deletions openconnect.h
Expand Up @@ -34,10 +34,8 @@
#define OPENCONNECT_API_VERSION_MINOR 1

/*
* API version 2.2:
* - Add openconnect_set_reported_os()
*
* API version 2.1:
* - Add openconnect_set_reported_os()
* - Add openconnect_set_stoken_mode(), openconnect_has_stoken_support()
*
* API version 2.0:
Expand Down

0 comments on commit 008e396

Please sign in to comment.