From 3fa60164af98720696cf157158e78ad4e0540aba Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 31 Aug 2007 19:36:32 +0000 Subject: Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility. --- packages/OS400/curl.inc.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/OS400') diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index f57d6f712..01b7c3759 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -332,7 +332,7 @@ d c 62 d CURLE_FILESIZE_EXCEEDED... d c 63 - d CURLE_FTP_SSL_FAILED... + d CURLE_USE_SSL_FAILED... d c 64 d CURLE_SEND_FAIL_REWIND... d c 65 @@ -405,14 +405,14 @@ d CURLPROXY_SOCKS5... d c 5 * - d curl_ftpssl s 10i 0 based(######ptr######) Enum - d CURLFTPSSL_NONE... + d curl_usessl s 10i 0 based(######ptr######) Enum + d CURLUSESSL_NONE... d c 0 - d CURLFTPSSL_TRY... + d CURLUSESSL_TRY... d c 1 - d CURLFTPSSL_CONTROL... + d CURLUSESSL_CONTROL... d c 2 - d CURLFTPSSL_ALL... + d CURLUSESSL_ALL... d c 3 * d curl_ftpccc s 10i 0 based(######ptr######) Enum -- cgit v1.2.1