diff --git a/src/curlmsg.h b/src/curlmsg.h index 5aae019f7..79280df28 100755 Binary files a/src/curlmsg.h and b/src/curlmsg.h differ diff --git a/src/curlmsg.msg b/src/curlmsg.msg index 33b0db121..ae40d37cc 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 68800d65e..91c21e541 100755 Binary files a/src/curlmsg.sdl and b/src/curlmsg.sdl differ