CURLINFO_CAPATH/CAINFO: get the default CA paths from libcurl

Closes #8888
This commit is contained in:
Daniel Stenberg 2022-05-23 08:42:23 +02:00
parent 3c8b969de6
commit 7bc785387d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
11 changed files with 166 additions and 9 deletions

View file

@ -2799,8 +2799,9 @@ typedef enum {
CURLINFO_EFFECTIVE_METHOD = CURLINFO_STRING + 58,
CURLINFO_PROXY_ERROR = CURLINFO_LONG + 59,
CURLINFO_REFERER = CURLINFO_STRING + 60,
CURLINFO_LASTONE = 60
CURLINFO_CAINFO = CURLINFO_STRING + 61,
CURLINFO_CAPATH = CURLINFO_STRING + 62,
CURLINFO_LASTONE = 62
} CURLINFO;
/* CURLINFO_RESPONSE_CODE is the new name for the option previously known as