]> granicus.if.org Git - curl/commit
CURLINFO_TLS_SSL_PTR.3: improve the example
authorAdrian Peniak <adrian@peniak.com>
Thu, 28 Jun 2018 05:56:16 +0000 (06:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Jun 2018 07:43:23 +0000 (09:43 +0200)
commit24cb114c53bd60495920c1aa3455290ea4b624dd
tree4da1feaebfac87c7462c805ccd7cdf1cc20c1378
parenteebd3bb68a953b532f30189425b69a57362044b8
CURLINFO_TLS_SSL_PTR.3: improve the example

The previous example was a little bit confusing, because SSL* structure
(or other "in use" SSL connection pointer) is not accessible after the
transfer is completed, therefore working with the raw TLS library
specific pointer needs to be done during transfer.

Closes #2690
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3