Skip to content
Snippets Groups Projects
Commit 881d2384 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

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
parent 06e5b228
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment