Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312023 | Differences between
and this patch

Collapse All | Expand All

(-)./Instance.cpp.orig (-1 / +1 lines)
Lines 989-995 Link Here
989
{
989
{
990
    Trace out(_logger, _securityTraceCategory);
990
    Trace out(_logger, _securityTraceCategory);
991
    out << "SSL summary for " << (incoming ? "incoming" : "outgoing") << " connection\n";
991
    out << "SSL summary for " << (incoming ? "incoming" : "outgoing") << " connection\n";
992
    SSL_CIPHER* cipher = SSL_get_current_cipher(ssl);
992
    const SSL_CIPHER* cipher = SSL_get_current_cipher(ssl);
993
    if(!cipher)
993
    if(!cipher)
994
    {
994
    {
995
        out << "unknown cipher\n";
995
        out << "unknown cipher\n";

Return to bug 312023