mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
fix something that looked scary to me. i believe this won't
change any behavior currently, but it will avoiding calling noop code that might change for the worse some time. nick, please confirm. svn:r8623
This commit is contained in:
parent
06e5b2283c
commit
881d23847a
@ -80,7 +80,7 @@ const char crypto_c_id[] =
|
||||
/** A number of prealloced mutexes for use by openssl. */
|
||||
static tor_mutex_t **_openssl_mutexes = NULL;
|
||||
/** How many mutexes have we allocated for use by openssl? */
|
||||
static int _n_openssl_mutexes = -1;
|
||||
static int _n_openssl_mutexes = 0;
|
||||
#endif
|
||||
|
||||
/** A public key, or a public/private keypair. */
|
||||
|
Loading…
Reference in New Issue
Block a user