mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
parent
65597f8fc9
commit
9ec63d8565
2 changed files with 6 additions and 17 deletions
|
|
@ -35,9 +35,9 @@ extern time_t deltatime;
|
|||
|
||||
struct stsentry {
|
||||
struct Curl_llist_node node;
|
||||
const char *host;
|
||||
curl_off_t expires; /* the timestamp of this entry's expiry */
|
||||
BIT(includeSubDomains);
|
||||
char host[1];
|
||||
};
|
||||
|
||||
/* The HSTS cache. Needs to be able to tailmatch hostnames. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue