# HG changeset patch # User Sebastien Jodogne # Date 1397029536 -7200 # Node ID b8c49473be383c146d70530197d8ab42131e2744 # Parent de9763f6351076bd0e1d1ca0f4a8dcbc8a392571 typo diff -r de9763f63510 -r b8c49473be38 Core/HttpServer/MongooseServer.cpp --- a/Core/HttpServer/MongooseServer.cpp Wed Apr 09 09:31:38 2014 +0200 +++ b/Core/HttpServer/MongooseServer.cpp Wed Apr 09 09:45:36 2014 +0200 @@ -756,12 +756,12 @@ filter_ = NULL; #if ORTHANC_SSL_ENABLED == 1 - // Check for the Heartbeat exploit + // Check for the Heartbleed exploit // https://en.wikipedia.org/wiki/OpenSSL#Heartbleed_bug if (OPENSSL_VERSION_NUMBER < 0x1000107fL /* openssl-1.0.1g */ && OPENSSL_VERSION_NUMBER >= 0x1000100fL /* openssl-1.0.1 */) { - LOG(WARNING) << "This version of OpenSSL can be affected by the Heartbeat exploit"; + LOG(WARNING) << "This version of OpenSSL is vulnerable to the Heartbleed exploit"; } #endif }