fixed compile error on ubuntu64 #4168
This commit is contained in:
parent
3c4b6163e3
commit
98716f4e78
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue