summaryrefslogtreecommitdiff
path: root/lib/share.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-02 12:17:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-02 22:41:59 +0200
commit3acb2abdf5c712a11d281f45222efe26e7675656 (patch)
tree882aea4f36e3a4c12c5d490eb3ff937b29ce606a /lib/share.h
parent221a584df9ea12d2d86e8ec5f0d855d7b19f618f (diff)
downloadcurl-3acb2abdf5c712a11d281f45222efe26e7675656.tar.gz
vtls: make it 'struct Curl_ssl_session'
Use uppercase C for internal symbols. Closes #5906
Diffstat (limited to 'lib/share.h')
-rw-r--r--lib/share.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/share.h b/lib/share.h
index beb8fca3d..aa964b6cc 100644
--- a/lib/share.h
+++ b/lib/share.h
@@ -54,7 +54,7 @@ struct Curl_share {
struct PslCache psl;
#endif
- struct curl_ssl_session *sslsession;
+ struct Curl_ssl_session *sslsession;
size_t max_ssl_sessions;
long sessionage;
};