fixed compile error on ubuntu64 #4168

This commit is contained in:
XinyuHou 2015-02-10 12:13:59 +00:00
parent 3c4b6163e3
commit 98716f4e78

View File

@ -173,7 +173,7 @@ SecureSocket::initContext(bool server)
{
SSL_library_init();
const SSL_METHOD* method;
SSL_METHOD* method;
// load & register all cryptos, etc.
OpenSSL_add_all_algorithms();