#include <curl/curl.h>
Go to the source code of this file.
Defines | |
#define | CURL_HOST_MATCH 1 |
#define | CURL_HOST_NOMATCH 0 |
Functions | |
int | Curl_cert_hostcheck (const char *match_pattern, const char *hostname) |
#define CURL_HOST_MATCH 1 |
Definition at line 28 of file hostcheck.h.
#define CURL_HOST_NOMATCH 0 |
Definition at line 27 of file hostcheck.h.
int Curl_cert_hostcheck | ( | const char * | match_pattern, |
const char * | hostname | ||
) |