mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:43:52 +03:00
curl_version_info.3: 'ssl_version_num' is always 0
... and has been so since 2005
This commit is contained in:
parent
a439e438f3
commit
0c23ec232b
1 changed files with 1 additions and 2 deletions
|
|
@ -142,8 +142,7 @@ libcurl was built with support for HTTP2.
|
||||||
\fIssl_version\fP is an ASCII string for the OpenSSL version used. If libcurl
|
\fIssl_version\fP is an ASCII string for the OpenSSL version used. If libcurl
|
||||||
has no SSL support, this is NULL.
|
has no SSL support, this is NULL.
|
||||||
|
|
||||||
\fIssl_version_num\fP is the numerical OpenSSL version value as defined by the
|
\fIssl_version_num\fP is always 0.
|
||||||
OpenSSL project. If libcurl has no SSL support, this is 0.
|
|
||||||
|
|
||||||
\fIlibz_version\fP is an ASCII string (there is no numerical version). If
|
\fIlibz_version\fP is an ASCII string (there is no numerical version). If
|
||||||
libcurl has no libz support, this is NULL.
|
libcurl has no libz support, this is NULL.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue