diff --git a/src/curlmsg.h b/src/curlmsg.h index 5aae019f781ad843336e7566d29e15dcbf9a5830..79280df283a6dfc1484cfc723ee04e9e90b07227 100755 Binary files a/src/curlmsg.h and b/src/curlmsg.h differ diff --git a/src/curlmsg.msg b/src/curlmsg.msg index 33b0db1212d1bf26a10814486f77870a732d94e0..ae40d37cc42fd3f114aefddb60951f882ad80f04 100755 --- a/src/curlmsg.msg +++ b/src/curlmsg.msg @@ -1,10 +1,15 @@ ! -! VMS error codes are generated by editing the curl.h file and putting all the -! CURLE_* enum stuff into this file. With the exception of CURLE_OK, all -! of the messages are at the error severity level. With the exception of +! These VMS error codes are generated by taking apart the curl.h +! file and putting all the CURLE_* enum stuff into this file, +! CURLMSG.MSG. An .SDL file is created from this file with +! MESSAGE/SDL. The .H file is created using the freeware SDL tool +! against the .SDL file. +! +! With the exception of CURLE_OK, all of the messages are at +! the error severity level. With the exception of ! FTP_USER_PWD_INCORRECT, which is a shortened form of -! FTP_USER_PASSWORD_INCORRECT, these are the same names as the CURLE_ ones -! in include/curl.h +! FTP_USER_PASSWORD_INCORRECT, these are the same names as the +! CURLE_ ones in include/curl.h ! .TITLE CURLMSG Message files .FACILITY CURL,1793 /PREFIX=CURL_ @@ -76,6 +81,7 @@ SSL_CACERT BAD_CONTENT_ENCODING LDAP_INVALID_URL FILESIZE_EXCEEDED +FTP_SSL_FAILED CURL_LAST .END diff --git a/src/curlmsg.sdl b/src/curlmsg.sdl index 68800d65e94aa7ca5ca28cbd79a44a3a91bcdb8a..91c21e541f053f513e995c783d92c333d79f1e62 100755 Binary files a/src/curlmsg.sdl and b/src/curlmsg.sdl differ