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:
Daniel Stenberg 2025-11-08 12:58:13 +01:00
parent 8442c24c9a
commit a5c0dfc19f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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