mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:53:38 +03:00
CURLINFO_TLS_SSL_PTR.md: remove CURLINFO_TLS_SESSION text
That option is properly documented in its own page. Closes #19404
This commit is contained in:
parent
8442c24c9a
commit
a5c0dfc19f
1 changed files with 0 additions and 6 deletions
|
|
@ -30,12 +30,6 @@ CURLINFO_TLS_SSL_PTR - TLS session info
|
||||||
|
|
||||||
CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_TLS_SSL_PTR,
|
CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_TLS_SSL_PTR,
|
||||||
struct curl_tlssessioninfo **session);
|
struct curl_tlssessioninfo **session);
|
||||||
|
|
||||||
/* if you need compatibility with libcurl < 7.48.0 use
|
|
||||||
CURLINFO_TLS_SESSION instead: */
|
|
||||||
|
|
||||||
CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_TLS_SESSION,
|
|
||||||
struct curl_tlssessioninfo **session);
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue