diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 15:21:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 15:21:50 +0000 |
commit | 015a6181725a654fb6d1eb8ff55e116ea15dc89a (patch) | |
tree | b0b71f3ce434ce330bad4be375fbf7338c69ca64 /docs/libcurl | |
parent | 2a8b91cdb9e2f2605f39594c20117cca2d39ee2d (diff) |
ssl_version_num is not used anymore
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_version_info.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3 index f77062fb1..80653fb3c 100644 --- a/docs/libcurl/curl_version_info.3 +++ b/docs/libcurl/curl_version_info.3 @@ -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 */ |