mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:47:15 +03:00
Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINT
Fix OS400 makefile for tests to use the new Makefile.inc in libtest Update the OS400 wrappers and RPG binding according to the current CVS source state
This commit is contained in:
parent
9fe787fc1f
commit
501f9f8309
4 changed files with 52 additions and 4 deletions
|
|
@ -1236,7 +1236,7 @@ typedef enum {
|
|||
CINIT(TFTP_BLKSIZE, LONG, 178),
|
||||
|
||||
/* Socks Service */
|
||||
CINIT(SOCKS5_GSSAPI_SERVICE, LONG, 179),
|
||||
CINIT(SOCKS5_GSSAPI_SERVICE, OBJECTPOINT, 179),
|
||||
|
||||
/* Socks Service */
|
||||
CINIT(SOCKS5_GSSAPI_NEC, LONG, 180),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue