Latest update
This commit is contained in:
+1
-1
@@ -779,7 +779,7 @@ static void print_details(SSL *c_ssl, const char *prefix)
|
||||
}
|
||||
X509_free(cert);
|
||||
}
|
||||
if (SSL_get_server_tmp_key(c_ssl, &pkey)) {
|
||||
if (SSL_get_peer_tmp_key(c_ssl, &pkey)) {
|
||||
BIO_puts(bio_stdout, ", temp key: ");
|
||||
print_key_details(bio_stdout, pkey);
|
||||
EVP_PKEY_free(pkey);
|
||||
|
||||
Reference in New Issue
Block a user