Fix compile issue, I think
This commit is contained in:
parent
b56d39e46e
commit
06bafd70ce
|
|
@ -1617,7 +1617,7 @@ run_ssl_handshake() {
|
|||
} else {
|
||||
if (downloader_cat.is_debug()) {
|
||||
downloader_cat.debug()
|
||||
<< "Using cipher " << SSL_CIPHER_get_name(cipher) << "\n";
|
||||
<< "Using cipher " << SSL_CIPHER_get_name((SSL_SIPHER *) cipher) << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue