mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-16 14:02:56 +08:00
fixed compile error on ubuntu64 #4168
This commit is contained in:
@@ -173,7 +173,7 @@ SecureSocket::initContext(bool server)
|
|||||||
{
|
{
|
||||||
SSL_library_init();
|
SSL_library_init();
|
||||||
|
|
||||||
const SSL_METHOD* method;
|
SSL_METHOD* method;
|
||||||
|
|
||||||
// load & register all cryptos, etc.
|
// load & register all cryptos, etc.
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
|
|||||||
Reference in New Issue
Block a user