mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:53:38 +03:00
parent
57fd720f9d
commit
a4402ae443
6 changed files with 10 additions and 10 deletions
|
|
@ -4148,7 +4148,7 @@ static CURLcode ossl_connect_step2(struct Curl_cfilter *cf,
|
|||
|
||||
#if !defined(HAVE_KEYLOG_UPSTREAM) && !defined(HAVE_KEYLOG_CALLBACK)
|
||||
/* If key logging is enabled, wait for the handshake to complete and then
|
||||
* proceed with logging secrets (for TLS 1.2 or less).
|
||||
* proceed with logging secrets (for TLS 1.2 or lower).
|
||||
*/
|
||||
if(Curl_tls_keylog_enabled() && !octx->keylog_done)
|
||||
ossl_log_tls12_secret(octx->ssl, &octx->keylog_done);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue