Skip to content
Snippets Groups Projects
Commit 2a8b91cd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ssl_version_num won't be used anymore since we will soon offer multiple SSL

layers and it won't make sense to provide a numerical version for it. I also
doubt that many people have used this for anything critical.
parent bebd5dbc
No related branches found
No related tags found
No related merge requests found
......@@ -1358,8 +1358,8 @@ typedef struct {
const char *host; /* OS/host/cpu/machine when configured */
int features; /* bitmask, see defines below */
const char *ssl_version; /* human readable string */
long ssl_version_num; /* number */
const char *libz_version; /* human readable string */
long ssl_version_num; /* not used anymore, always 0 */
const char *libz_version; /* human readable string */
/* protocols is terminated by an entry with a NULL protoname */
const char * const *protocols;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment