| 165 | static int http_schannel_use_ssl_cainfo; |
| 166 | |
| 167 | static int always_auth_proactively(void) |
| 168 | { |
| 169 | return http_proactive_auth != PROACTIVE_AUTH_NONE && |
| 170 | http_proactive_auth != PROACTIVE_AUTH_IF_CREDENTIALS; |
| 171 | } |
| 172 | |
| 173 | size_t fread_buffer(char *ptr, size_t eltsize, size_t nmemb, void *buffer_) |
| 174 | { |
no outgoing calls
no test coverage detected