From: Roger Dingledine Date: Sat, 21 May 2011 22:34:55 +0000 (-0400) Subject: finish a comment nickm started in 8ebceeb3 X-Git-Tag: tor-0.2.2.28-beta~8^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b54edef4f93748e8247067242aad7158e82a148;p=thirdparty%2Ftor.git finish a comment nickm started in 8ebceeb3 --- 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)) {