Skip to content

Commit

Permalink
Delete references to long-removed SecurID code
Browse files Browse the repository at this point in the history
Commit d707fc5 (Clean up auth form handling) removed securid.c and
the tokencode+PIN prompts, but the docs and headers still refer to these
features.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
cernekee authored and David Woodhouse committed Sep 30, 2012
1 parent 466f0ee commit ddf81e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
38 changes: 0 additions & 38 deletions README.SecurID

This file was deleted.

4 changes: 0 additions & 4 deletions openconnect-internal.h
Expand Up @@ -398,10 +398,6 @@ int internal_parse_url(char *url, char **res_proto, char **res_host,
/* ssl_ui.c */
int set_openssl_ui(void);

/* securid.c */
int generate_securid_tokencodes(struct openconnect_info *vpninfo);
int add_securid_pin(char *token, char *pin);

/* version.c */
extern const char *openconnect_version_str;

Expand Down

0 comments on commit ddf81e8

Please sign in to comment.