Fix compile issue, I think

This commit is contained in:
rdb 2010-01-27 17:40:23 +00:00
parent b56d39e46e
commit 06bafd70ce
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}