[8839] Correct "outdated OpenSSL" warning message.

This commit is contained in:
XTZGZoReX 2009-11-19 12:43:24 +01:00
parent 2f3f0f20d8
commit 9ccf3ffc0f
3 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ extern int main(int argc, char **argv)
sLog.outDetail("%s (Library: %s)", OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION));
if (SSLeay() < 0x009080bfL )
{
sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server impossible!");
sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server may not work!");
sLog.outDetail("WARNING: Minimal required version [OpenSSL 0.9.8k]");
}