Skip to content

Commit

Permalink
CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 8, 2015
1 parent 8256b44 commit bce6896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/libcurl/opts/CURLOPT_CERTINFO.3
Expand Up @@ -30,9 +30,9 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CERTINFO, long certinfo);
.SH DESCRIPTION
Pass a long set to 1 to enable libcurl's certificate chain info gatherer. With
this enabled, libcurl will extract lots of information and data about the
certificates in the certificate chain used in the SSL connection. This data may
then be retrieved after a transfer using \fIcurl_easy_getinfo(3)\fP and its
option \fICURLINFO_CERTINFO\fP.
certificates in the certificate chain used in the SSL connection. This data
may then be retrieved after a transfer using \fIcurl_easy_getinfo(3)\fP and
its option \fICURLINFO_CERTINFO(3)\fP.
.SH DEFAULT
0
.SH PROTOCOLS
Expand Down

0 comments on commit bce6896

Please sign in to comment.