aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/https.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/https.c')
-rw-r--r--docs/examples/https.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/https.c b/docs/examples/https.c
index 8ce7c0b3a..4a83f5f93 100644
--- a/docs/examples/https.c
+++ b/docs/examples/https.c
@@ -31,7 +31,7 @@ int main(void)
* default bundle, then the CURLOPT_CAPATH option might come handy for
* you.
*/
- curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
+ curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0);
#endif
#ifdef SKIP_HOSTNAME_VERFICATION