Unverified Commit 810ce318 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CURLOPT_SSL_VERIFYPEER.3: fix syntax mistake

Follow-up to b6a16afa
parent a3b7cb7e
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -60,12 +60,12 @@ the correct end-point.


NOTE: even when this option is disabled, depending on the used TLS backend,
NOTE: even when this option is disabled, depending on the used TLS backend,
curl may still load the certificate file specified in
curl may still load the certificate file specified in
\fICURLOPT_CAINFO(3)\fP. curl default settings in some distributions might
\fICURLOPT_CAINFO(3)\fP. curl default settings in some distributions might use
use quite a large file as a default setting for \fICURLOPT_CAINFO(3)\fP,
quite a large file as a default setting for \fICURLOPT_CAINFO(3)\fP, so
so loading the file can be quite expensive, especially when dealing
loading the file can be quite expensive, especially when dealing with many
with many connections. Thus, in some situations, you might want to disable
connections. Thus, in some situations, you might want to disable verification
verification fully to save resources by setting \fICURLOPT_CAINFO(3)\f to
fully to save resources by setting \fICURLOPT_CAINFO(3)\fP to NULL - but
NULL - but please also consider the warning above!
please also consider the warning above!
.SH DEFAULT
.SH DEFAULT
By default, curl assumes a value of 1.
By default, curl assumes a value of 1.
.SH PROTOCOLS
.SH PROTOCOLS