mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core/SSL: flagSSL_USEMALLOC
This commit is contained in:
parent
d938ee2d9a
commit
fdc5585546
1 changed files with 2 additions and 0 deletions
|
|
@ -89,9 +89,11 @@ INITIALIZER(SSL)
|
|||
LLOG("SslInit");
|
||||
TcpSocketInit();
|
||||
#ifdef UPP_HEAP
|
||||
#ifndef flagSSL_USEMALLOC // do not change OpenSSL memory functions to U++ heap
|
||||
#ifndef _DEBUG // temporary solution unless we find the source of all those harmless leaks
|
||||
CRYPTO_set_mem_functions(SslAlloc, SslRealloc, SslFree);
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
SSL_library_init();
|
||||
SSL_load_error_strings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue