]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
finish a comment nickm started in 8ebceeb3
authorRoger Dingledine <arma@torproject.org>
Sat, 21 May 2011 22:34:55 +0000 (18:34 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 21 May 2011 22:34:55 +0000 (18:34 -0400)
src/or/router.c

index 0beb960f6d3c2eb56eba59250fa07c6de452ed4b..777441affb7ed0d83090395509cebb083edd7750 100644 (file)
@@ -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)) {