aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/curlmsg.hbin4079 -> 4642 bytes
-rwxr-xr-xsrc/curlmsg.msg16
-rwxr-xr-xsrc/curlmsg.sdlbin5024 -> 5414 bytes
3 files changed, 11 insertions, 5 deletions
diff --git a/src/curlmsg.h b/src/curlmsg.h
index 5aae019f7..79280df28 100755
--- a/src/curlmsg.h
+++ b/src/curlmsg.h
Binary files 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 <SSL CACERT, problem with the CA cert (path?)>
BAD_CONTENT_ENCODING <unrecognized transfer encoding>
LDAP_INVALID_URL <LDAP invalid url>
FILESIZE_EXCEEDED <maximum file size exceeded>
+FTP_SSL_FAILED <requested FTP SSL level failed>
CURL_LAST <CURLMSG.MSG is out of sync with the source code>
.END
diff --git a/src/curlmsg.sdl b/src/curlmsg.sdl
index 68800d65e..91c21e541 100755
--- a/src/curlmsg.sdl
+++ b/src/curlmsg.sdl
Binary files differ