curl: Add NSSL_CONTEXT option for setting nsysnet SSL context.

This commit is contained in:
James Benton 2018-06-18 11:02:46 +01:00
parent 50aaa8ac82
commit 73a0b08bcf

View File

@ -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;