aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-30 10:59:01 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-30 11:08:56 +0000
commitdc68120e6352cc2516bf25758f3aae71400b9702 (patch)
treed3b66b009f2d252779058a35293730b8b234e8d6 /lib/urldata.h
parent0db811b69b2d5a18f8122d94db4e520909fd992b (diff)
curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up
1) Renamed curl_tlsinfo to curl_tlssessioninfo as discussed on the mailing list. 2) Renamed curl_ssl_backend to curl_sslbackend so it doesn't follow our function naming convention. 3) Updated sessioninfo.c example accordingly.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 29cf9603b..a00894e5c 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1637,8 +1637,8 @@ struct SessionHandle {
other dynamic purposes */
struct WildcardData wildcard; /* wildcard download state info */
struct PureInfo info; /* stats, reports and info data */
- struct curl_tlsinfo tlsinfo; /* Information about the TLS session, only
- valid after a client has asked for it */
+ struct curl_tlssessioninfo tsi; /* Information about the TLS session, only
+ valid after a client has asked for it */
#if defined(CURL_DOES_CONVERSIONS) && defined(HAVE_ICONV)
iconv_t outbound_cd; /* for translating to the network encoding */
iconv_t inbound_cd; /* for translating from the network encoding */