ssl_version_num is not used anymore

This commit is contained in:
Daniel Stenberg 2005-04-07 15:21:50 +00:00
parent 2a8b91cdb9
commit 015a618172
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef struct {
const char *host; /* human readable string */
int features; /* bitmask, see below */
char *ssl_version; /* human readable string */
long ssl_version_num; /* number */
long ssl_version_num; /* not used, always zero */
const char *libz_version; /* human readable string */
const char **protocols; /* list of protocols */