aboutsummaryrefslogtreecommitdiff
path: root/packages/OS400/curl.inc.in
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-08-31 19:36:32 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-08-31 19:36:32 +0000
commit3fa60164af98720696cf157158e78ad4e0540aba (patch)
tree211b90f63ae98fdf016d3f2f249eadcc6c9155c7 /packages/OS400/curl.inc.in
parentac6e0501c6a337ee39516d2ae085307d0c4f7a6e (diff)
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.
Diffstat (limited to 'packages/OS400/curl.inc.in')
-rw-r--r--packages/OS400/curl.inc.in12
1 files changed, 6 insertions, 6 deletions
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