TrinityCore
|
Functions | |
TC_COMMON_API void | threadsSetup () |
Needs to be called before threads using openssl are spawned. More... | |
TC_COMMON_API void | threadsCleanup () |
Needs to be called after threads using openssl are despawned. More... | |
A group of functions which setup openssl crypto module to work properly in multithreaded enviroment If not setup properly - it will crash
void OpenSSLCrypto::threadsCleanup | ( | ) |
Needs to be called after threads using openssl are despawned.
void OpenSSLCrypto::threadsSetup | ( | ) |
Needs to be called before threads using openssl are spawned.