Fix older version of SSL (#24)

* Add manual locking callback for SSL

Co-authored-by: Antonio Andelic <antonio.andelic@memgraph.io>
This commit is contained in:
antonio2368
2020-10-20 12:55:13 +02:00
committed by GitHub
parent 291158160d
commit 0a7d4278b1
32 changed files with 114 additions and 50 deletions

View File

@@ -25,7 +25,7 @@ int main(int argc, char **argv) {
gflags::ParseCommandLineFlags(&argc, &argv, true);
google::InitGoogleLogging(argv[0]);
communication::Init();
communication::SSLInit sslInit;
io::network::Endpoint endpoint(io::network::ResolveHostname(FLAGS_address),
FLAGS_port);