This commit is contained in:
rdb 2010-01-27 18:06:11 +00:00
parent 06bafd70ce
commit d56b98b37d
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((SSL_SIPHER *) cipher) << "\n";
<< "Using cipher " << SSL_CIPHER_get_name((SSL_CIPHER *) cipher) << "\n";
}
}