~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to packages/vms/curlmsg_vms.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: curlmsg_vms.h,v 1.6 2008-05-30 23:53:25 curlvms Exp $                                                                     */
 
1
/* $Id: curlmsg_vms.h,v 1.7 2008-09-03 20:51:36 curlvms Exp $                                                                     */
2
2
/* CURLMSG_VMS.H                                                            */
3
3
/* This defines the necessary bits to change CURLE_* error codes to VMS     */
4
4
/* style error codes.  CURLMSG.H is built from CURLMSG.SDL which is built   */
107
107
        CURL_SSH,
108
108
        CURL_SSL_SHUTDOWN_FAILED,
109
109
        CURL_AGAIN,
 
110
        CURLE_SSL_CRL_BADFILE,
 
111
        CURLE_SSL_ISSUER_ERROR,
110
112
        CURL_CURL_LAST
111
113
        };