AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Functions | |
AC_COMMON_API void | threadsSetup () |
Needs to be called before threads using openssl are spawned. More... | |
AC_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.
References DefaultProvider, and LegacyProvider.
Referenced by main().
void OpenSSLCrypto::threadsSetup | ( | ) |
Needs to be called before threads using openssl are spawned.
References DefaultProvider, LegacyProvider, and SetupLibrariesForWindows().
Referenced by main().