mirror of
https://github.com/curl/curl.git
synced 2026-08-24 10:53:32 +03:00
Factorize pinned public key code into generic file handling and backend specific
This commit is contained in:
parent
265b9a2e49
commit
357ff4d1dc
5 changed files with 95 additions and 114 deletions
|
|
@ -299,7 +299,7 @@ curl_easy_strerror(CURLcode error)
|
|||
return "The max connection limit is reached";
|
||||
|
||||
case CURLE_SSL_PINNEDPUBKEYNOTMATCH:
|
||||
return "SSL public key does not matched pinned public key";
|
||||
return "SSL public key does not match pinned public key";
|
||||
|
||||
/* error codes not used by current libcurl */
|
||||
case CURLE_OBSOLETE20:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue