aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-05-21 18:34:55 -0400
committerRoger Dingledine <arma@torproject.org>2011-05-21 18:34:55 -0400
commit6b54edef4f93748e8247067242aad7158e82a148 (patch)
tree62fd3e1531fc7bbfcecc47a94ec6cb3b9941d26e
parent0e8949a8fae721e856eebbb4fe401484e3acf45f (diff)
downloadtor-6b54edef4f93748e8247067242aad7158e82a148.tar.gz
tor-6b54edef4f93748e8247067242aad7158e82a148.zip
finish a comment nickm started in 8ebceeb3
-rw-r--r--src/or/router.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 0beb960f6d..777441affb 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -503,7 +503,8 @@ init_keys(void)
if (!key_lock)
key_lock = tor_mutex_new();
- /* There are a couple of paths that put us here before */
+ /* There are a couple of paths that put us here before we've asked
+ * openssl to initialize itself. */
if (crypto_global_init(get_options()->HardwareAccel,
get_options()->AccelName,
get_options()->AccelDir)) {