INITIALIZER(SSL) { MemoryIgnoreLeaksBlock __; LLOG("SslInit"); TcpSocketInit(); #ifdef UPP_HEAP CRYPTO_set_mem_functions(SslAlloc, SslRealloc, SslFree); #endif SSL_library_init(); SSL_load_error_strings(); }
Report message to a moderator