mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:03:33 +03:00
vtls: make it 'struct Curl_ssl_session'
Use uppercase C for internal symbols. Closes #5906
This commit is contained in:
parent
221a584df9
commit
3acb2abdf5
5 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue