(openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures

This commit is contained in:
Benjamin Sergeant
2020-05-06 16:26:30 -07:00
parent a65b334961
commit 6c205b983e
8 changed files with 34 additions and 5 deletions

View File

@ -6,8 +6,8 @@
#include "IXCancellationRequest.h"
#include <chrono>
#include <cassert>
#include <chrono>
namespace ix
{