mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 00:11:43 +08:00
fixed compile error on ubuntu64 #4168
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user