AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Functions | |
AC_COMMON_API void | threadsSetup () |
Needs to be called before threads using openssl are spawned. | |
AC_COMMON_API void | threadsCleanup () |
Needs to be called after threads using openssl are despawned. | |
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.
Referenced by main().
void OpenSSLCrypto::threadsSetup | ( | ) |
Needs to be called before threads using openssl are spawned.
Referenced by main().