ssl_version_num is not used anymore
This commit is contained in:
parent
2a8b91cdb9
commit
015a618172
@ -34,7 +34,7 @@ typedef struct {
|
|||||||
const char *host; /* human readable string */
|
const char *host; /* human readable string */
|
||||||
int features; /* bitmask, see below */
|
int features; /* bitmask, see below */
|
||||||
char *ssl_version; /* human readable string */
|
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 *libz_version; /* human readable string */
|
||||||
const char **protocols; /* list of protocols */
|
const char **protocols; /* list of protocols */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user