From ff9d7f44479c3542f47ffa19b1235c7fc8160a9e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 8 Oct 2018 19:37:40 +0000 Subject: spelling fixes [ci skip] as detected by codespell 1.14.0 Closes https://github.com/curl/curl/pull/3114 Reviewed-by: Marcel Raad --- lib/vtls/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/openssl.c') diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 551298926..2eb58015f 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -2527,7 +2527,7 @@ static CURLcode ossl_connect_step1(struct connectdata *conn, int sockindex) } #ifdef CURL_CA_FALLBACK else if(verifypeer) { - /* verfying the peer without any CA certificates won't + /* verifying the peer without any CA certificates won't work so use openssl's built in default as fallback */ SSL_CTX_set_default_verify_paths(BACKEND->ctx); } -- cgit v1.2.3