mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add comment clarifying OpenSSL usage.
svn:r17498
This commit is contained in:
parent
ba985f8576
commit
cf75162a0c
@ -2063,6 +2063,8 @@ tor_main(int argc, char *argv[])
|
||||
init_logging();
|
||||
#ifdef USE_DMALLOC
|
||||
{
|
||||
/* Instruct OpenSSL to use our internal wrappers for malloc,
|
||||
realloc and free. */
|
||||
int r = CRYPTO_set_mem_ex_functions(_tor_malloc, _tor_realloc, _tor_free);
|
||||
tor_assert(r);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user