summaryrefslogtreecommitdiffstats
path: root/lib/share.h
diff options
context:
space:
mode:
authorCurl Upstream <curl-library@lists.haxx.se>2023-02-20 07:24:52 (GMT)
committerBrad King <brad.king@kitware.com>2023-02-21 14:54:46 (GMT)
commit11ba4361aaecf2f1f82ef841146c4c90173d2aca (patch)
tree74bfabf9228b13168d5f822e360cd95a0ac581ae /lib/share.h
parentdac458ddbf2b48168779821654a7e69cbd828c14 (diff)
downloadCMake-11ba4361aaecf2f1f82ef841146c4c90173d2aca.zip
CMake-11ba4361aaecf2f1f82ef841146c4c90173d2aca.tar.gz
CMake-11ba4361aaecf2f1f82ef841146c4c90173d2aca.tar.bz2
curl 2023-02-20 (046209e5)
Code extracted from: https://github.com/curl/curl.git at commit 046209e561b7e9b5aab1aef7daebf29ee6e6e8c7 (curl-7_88_1).
Diffstat (limited to 'lib/share.h')
-rw-r--r--lib/share.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/share.h b/lib/share.h
index 32be416..7f55aac 100644
--- a/lib/share.h
+++ b/lib/share.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -59,10 +59,14 @@ struct Curl_share {
#ifdef USE_LIBPSL
struct PslCache psl;
#endif
-
+#ifndef CURL_DISABLE_HSTS
+ struct hsts *hsts;
+#endif
+#ifdef USE_SSL
struct Curl_ssl_session *sslsession;
size_t max_ssl_sessions;
long sessionage;
+#endif
};
CURLSHcode Curl_share_lock(struct Curl_easy *, curl_lock_data,