aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2007-01-08 11:24:11 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2007-01-08 11:24:11 +0000
commitd4651994110612c476a2b65dfa0f9b4f138fca68 (patch)
tree28a4ed8c9b06a200b670516c700c9a2baa3d2081 /include
parent55123424c896feb6581b086f5cac87c1d6df562f (diff)
Correct error code for CCC/SSL shutdown failure
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 8bbdd1b24..f41067614 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -397,8 +397,8 @@ typedef enum {
generic so the error message will be of
interest when this has happened */
- CURLE_FTP_SSL_CCC_FAILED, /* 80 - Failed to clear the FTP command
- channel */
+ CURLE_SSL_SHUTDOWN_FAILED, /* 80 - Failed to shut down the SSL
+ connection */
CURL_LAST /* never use! */
} CURLcode;