This commit is contained in:
Daniel Stenberg 2002-06-15 21:06:17 +00:00
Родитель 8b4ad40ed6
Коммит 23262e30bc
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -558,6 +558,9 @@ typedef enum {
/* The CApath directory used to validate the peer certificate
this option is used only if SSL_VERIFYPEER is true */
CINIT(CAPATH, OBJECTPOINT, 97),
/* Instruct libcurl to use a smaller receive buffer */
CINIT(BUFFERSIZE, LONG, 98),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;