Loading include/curl/curl.h +3 −0 Original line number Diff line number Diff line Loading @@ -458,6 +458,9 @@ typedef enum { operation. Set file name to "-" (dash) to make it go to stdout. */ CINIT(COOKIEJAR, OBJECTPOINT, 82), /* Specify which SSL ciphers to use */ CINIT(SSL_CIPHER_LIST, OBJECTPOINT, 83), CURLOPT_LASTENTRY /* the last unusued */ } CURLoption; Loading Loading
include/curl/curl.h +3 −0 Original line number Diff line number Diff line Loading @@ -458,6 +458,9 @@ typedef enum { operation. Set file name to "-" (dash) to make it go to stdout. */ CINIT(COOKIEJAR, OBJECTPOINT, 82), /* Specify which SSL ciphers to use */ CINIT(SSL_CIPHER_LIST, OBJECTPOINT, 83), CURLOPT_LASTENTRY /* the last unusued */ } CURLoption; Loading