Skip to content

Commit

Permalink
Remove cert_type field from struct openconnect_info
Browse files Browse the repository at this point in the history
We stopped actually using this a long time ago (4.00, June 2012).

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Aug 17, 2014
1 parent eaed7f6 commit 74e12c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openconnect-internal.h
Expand Up @@ -154,11 +154,6 @@ struct oc_text_buf {
#define RECONNECT_INTERVAL_MIN 10
#define RECONNECT_INTERVAL_MAX 100

#define CERT_TYPE_UNKNOWN 0
#define CERT_TYPE_PEM 1
#define CERT_TYPE_PKCS12 2
#define CERT_TYPE_TPM 3

#define REDIR_TYPE_NONE 0
#define REDIR_TYPE_NEWHOST 1
#define REDIR_TYPE_LOCAL 2
Expand Down Expand Up @@ -243,7 +238,6 @@ struct openconnect_info {
int cert_expire_warning;
const char *cert;
const char *sslkey;
int cert_type;
char *cert_password;
char *cafile;
char *servercert;
Expand Down

0 comments on commit 74e12c7

Please sign in to comment.