mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:03:32 +03:00
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.
This commit is contained in:
parent
ac6e0501c6
commit
3fa60164af
10 changed files with 62 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue