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

Collapse All | Expand All

(-)./src/IceSSL/Instance.cpp.orig (-1 / +1 lines)
Lines 1058-1064 Link Here
1058
{
1058
{
1059
    Trace out(_logger, _securityTraceCategory);
1059
    Trace out(_logger, _securityTraceCategory);
1060
    out << "SSL summary for " << (incoming ? "incoming" : "outgoing") << " connection\n";
1060
    out << "SSL summary for " << (incoming ? "incoming" : "outgoing") << " connection\n";
1061
    SSL_CIPHER* cipher = SSL_get_current_cipher(ssl);
1061
    const SSL_CIPHER* cipher = SSL_get_current_cipher(ssl);
1062
    if(!cipher)
1062
    if(!cipher)
1063
    {
1063
    {
1064
        out << "unknown cipher\n";
1064
        out << "unknown cipher\n";

Return to bug 312869