diff options
author | Patrick Monnerat <patrick.monnerat@dh.com> | 2016-06-16 19:05:42 +0200 |
---|---|---|
committer | Patrick Monnerat <patrick.monnerat@dh.com> | 2016-06-16 19:05:42 +0200 |
commit | 13d633d27492ccd86a3424b34952b0ef8026306e (patch) | |
tree | b6cff4a1882761478d5677bc5cff26eb83c3d15b /packages | |
parent | d4643d6e799b088e0a7e9b768facc0d1e1e86257 (diff) | |
download | curl-13d633d27492ccd86a3424b34952b0ef8026306e.tar.gz |
os400: add new definitions to ILE/RPG binding.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/OS400/curl.inc.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 2ae76d433..1e8a93dd1 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -1436,6 +1436,8 @@ d c X'0050002C' d CURLINFO_TLS_SSL_PTR... CURLINFO_SLIST + 45 d c X'0040002D' + d CURLINFO_HTTP_VERSION... CURLINFO_LONG + 46 + d c X'0020002E' * d CURLINFO_HTTP_CODE... Old ...RESPONSE_CODE d c X'00200002' @@ -1466,6 +1468,13 @@ d c 10 d CURLSSLBACKEND_MBEDTLS... d c 11 + * Aliases for clones. + d CURLSSLBACKEND_LIBRESSL... + d c 1 + d CURLSSLBACKEND_BORINGSSL... + d c 1 + d CURLSSLBACKEND_WOLFSSL... + d c 6 * d curl_closepolicy... d s 10i 0 based(######ptr######) Enum |