mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:37:17 +03:00
tidy-up: spelling wolfSSL [ci skip]
This commit is contained in:
parent
7ca719deef
commit
fc8575ed4a
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ static CURLcode Curl_wssl_init_ctx(struct curl_tls_ctx *ctx,
|
|||
#ifdef CURL_CA_FALLBACK
|
||||
else {
|
||||
/* verifying the peer without any CA certificates will not work so
|
||||
use wolfssl's built-in default as fallback */
|
||||
use wolfSSL's built-in default as fallback */
|
||||
wolfSSL_CTX_set_default_verify_paths(ctx->wssl.ctx);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue