mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-05 21:18:15 +01:00
curl: Add NSSL_CONTEXT option for setting nsysnet SSL context.
This commit is contained in:
parent
50aaa8ac82
commit
73a0b08bcf
@ -1344,6 +1344,9 @@ typedef enum {
|
||||
CINIT(CLOSESOCKETFUNCTION, FUNCTIONPOINT, 208),
|
||||
CINIT(CLOSESOCKETDATA, OBJECTPOINT, 209),
|
||||
|
||||
/* SSL context for NSSL functions in nsysnet.rpl */
|
||||
CINIT(NSSL_CONTEXT, LONG, 210),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user