--- ./Instance.cpp.orig 2010-04-03 17:07:54.000000000 -0400 +++ ./Instance.cpp 2010-04-03 17:08:32.000000000 -0400 @@ -989,7 +989,7 @@ { Trace out(_logger, _securityTraceCategory); out << "SSL summary for " << (incoming ? "incoming" : "outgoing") << " connection\n"; - SSL_CIPHER* cipher = SSL_get_current_cipher(ssl); + const SSL_CIPHER* cipher = SSL_get_current_cipher(ssl); if(!cipher) { out << "unknown cipher\n";