David Hedbor 40324cdcc0 Fix OpenSSLInitialized thread safety (#1739) (#1740)
* Fix OpenSSLInitialized thread safety (#1739)

The init/uninit methods can be called from multiple threads, and thus need synchronization with a mutex.

* Renamed mutex variable and use ScopedLock.

* Change reference count variable to be an integer, since it’s protected by a mutex and no longer needs to be atomic.
2017-07-18 15:57:58 +02:00
..
2012-04-23 01:14:34 +00:00
2012-04-23 01:14:34 +00:00
2012-04-23 01:14:34 +00:00
2012-04-23 01:14:34 +00:00
2012-04-23 01:14:34 +00:00
2012-04-23 01:14:34 +00:00