Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-07-16 11:48:44 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-07-17 11:19:13 +0300
commit72e0a78272d37e473f0b34d244e19bb7821393c2 (patch)
tree071f819ba4ad83298be9a12d3a4df914a516b94f /src/tests
parentf041bdbde15fd3144f49ab63067a47480b335b09 (diff)
SSL: register OpenSSL threading callbacks when we can't access Qt's OpenSSL.
We neglected to register our own callbacks for locking and thread IDs when we removed the restriction that we only allow one copy of OpenSSL in the address space. (f544524d4c3289bf3341d685277de0e6a6895469) This commit remedies that by providing our own set of callbacks for locking and getting thread IDs to OpenSSL. Previously, we just expected that Qt would properly initialize OpenSSL. However, when Qt and us use separate copies of OpenSSL -- we have to do it ourselves.
Diffstat (limited to 'src/tests')
0 files changed, 0 insertions, 0 deletions