Skip to content
Snippets Groups Projects
Commit e0f56897 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CURLE_ALREADY_COMPLETE is removed

CURLE_SSL_PEER_CERTIFICATE is added
parent c7dbde9f
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,8 @@ typedef enum {
CURLE_TOO_MANY_REDIRECTS , /* 47 - catch endless re-direct loops */
CURLE_UNKNOWN_TELNET_OPTION, /* 48 - User specified an unknown option */
CURLE_TELNET_OPTION_SYNTAX , /* 49 - Malformed telnet option */
CURLE_ALREADY_COMPLETE, /* 50 - file to dowload is already complete */
CURLE_OBSOLETE, /* 50 - removed after 7.7.3 */
CURLE_SSL_PEER_CERTIFICATE, /* 51 - peer's certificate wasn't ok */
CURL_LAST /* never use! */
} CURLcode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment