summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-12-27 11:50:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-12-27 15:22:01 +0100
commit076a2f629119222aeeb50f5a03bf9f9052fabb9a (patch)
treeb5c95960e99f54fd32e6baa8c82a48ea21f2624e /include
parent692c73707ab842f4282fdd6b52e83b0b7ca0d999 (diff)
downloadcurl-076a2f629119222aeeb50f5a03bf9f9052fabb9a.tar.gz
share: add sharing of HSTS cache among handles
Closes #10138
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 139df9995..5758e3b21 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -2953,6 +2953,7 @@ typedef enum {
CURL_LOCK_DATA_SSL_SESSION,
CURL_LOCK_DATA_CONNECT,
CURL_LOCK_DATA_PSL,
+ CURL_LOCK_DATA_HSTS,
CURL_LOCK_DATA_LAST
} curl_lock_data;