| 132 | CURLCPP_DEFINE_INFO(CURLINFO_FTP_ENTRY_PATH,char *); |
| 133 | // Certificate chain |
| 134 | CURLCPP_DEFINE_INFO(CURLINFO_CERTINFO,struct curl_certinfo *); |
| 135 | // This costant is avaiable with libcurl < 7.48 |
| 136 | #if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM < 0x073000 |
| 137 | // TLS session info that can be used for further processing. |
nothing calls this directly
no outgoing calls
no test coverage detected