aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;