]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_version_info.3: 'ssl_version_num' is always 0
authorDaniel Stenberg <daniel@haxx.se>
Thu, 31 Jul 2014 10:27:15 +0000 (12:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 31 Jul 2014 10:27:15 +0000 (12:27 +0200)
... and has been so since 2005

docs/libcurl/curl_version_info.3

index f85cd008f68db98d13d5a54f092e8cbdc4df04f5..e043769241c382274dce93d4ea36393308bf67ef 100644 (file)
@@ -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
 has no SSL support, this is NULL.
 
-\fIssl_version_num\fP is the numerical OpenSSL version value as defined by the
-OpenSSL project. If libcurl has no SSL support, this is 0.
+\fIssl_version_num\fP is always 0.
 
 \fIlibz_version\fP is an ASCII string (there is no numerical version). If
 libcurl has no libz support, this is NULL.