mirror of
https://github.com/curl/curl.git
synced 2026-04-14 00:51:42 +08: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
@ -30,12 +30,6 @@ CURLINFO_TLS_SSL_PTR - TLS session info
|
||||
|
||||
CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_TLS_SSL_PTR,
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user