aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-16 12:29:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-16 12:29:32 +0000
commit86c5d02a5e2ea6c7ae8fdfad59ee29e5316c7b94 (patch)
tree5f3fa46f3dd2575a2f04362aab78a712d073fb5e /docs
parent5af597c2fbbc68f77c35bd9c5c4574f0ea6a9be2 (diff)
correct version number for the certinfo addition
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 298303994..cface443c 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1516,7 +1516,7 @@ this enabled, libcurl (if built with OpenSSL) will extract lots of information
and data about the certificate's in the certificate chain used in the SSL
connection. This data is then possible to extract after a transfer using
\fIcurl_easy_getinfo(3)\fP and its option \fICURLINFO_CERTINFO\fP. (Added in
-7.19.0)
+7.19.1)
.IP CURLOPT_RANDOM_FILE
Pass a char * to a zero terminated file name. The file will be used to read
from to seed the random engine for SSL. The more random the specified file is,