mirror of
https://github.com/curl/curl.git
synced 2026-05-20 13:47:19 +03:00
ssl_version_num is not used anymore
This commit is contained in:
parent
2a8b91cdb9
commit
015a618172
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue