aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_getinfo.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-16 12:35:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-16 12:35:47 +0000
commita8245df7457120e8aa1d85e870e5b2120674c13e (patch)
tree6c834126ad5d66e0916b09238921678504a56e52 /docs/libcurl/curl_easy_getinfo.3
parent86c5d02a5e2ea6c7ae8fdfad59ee29e5316c7b94 (diff)
mention the openssl requirement for the certinfo data
Diffstat (limited to 'docs/libcurl/curl_easy_getinfo.3')
-rw-r--r--docs/libcurl/curl_easy_getinfo.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index 44d01810b..d7ece13ea 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -197,7 +197,8 @@ chain, assuming you had CURLOPT_CERTINFO enabled when the previous request was
done. The struct reports how many certs it found and then you can extract info
for each of those certs by following the linked lists. The info chain is
provided in a series of data in the format "name:content" where the content is
-for the specific named data. See also the certinfo.c example. (Added in
+for the specific named data. See also the certinfo.c example. NOTE: this
+option is only available in libcurl built with OpenSSL support. (Added in
7.19.1)
.SH TIMES
.NF