mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-26 20:53:22 +03:00
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();
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user