From ec6ea66240df36d2a6bb6d4fd0df6f4c2cdb3191 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Mon, 4 Jul 2016 09:57:36 +0200 Subject: Remove two wrong comments --- src/common/compat_libevent.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/compat_libevent.c') diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c index 4469f15ac7..e1b03100c5 100644 --- a/src/common/compat_libevent.c +++ b/src/common/compat_libevent.c @@ -234,8 +234,6 @@ tor_libevent_initialize(tor_libevent_cfg *torcfg) /* LCOV_EXCL_STOP */ } - /* Making this a NOTICE for now so we can link bugs to a libevent versions - * or methods better. */ log_info(LD_GENERAL, "Initialized libevent version %s using method %s. Good.", event_get_version(), tor_libevent_get_method()); @@ -546,7 +544,6 @@ tor_init_libevent_rng(void) if (evutil_secure_rng_init() < 0) { rv = -1; } - /* Older libevent -- manually initialize the RNG */ crypto_rand(buf, 32); evutil_secure_rng_add_bytes(buf, 32); evutil_secure_rng_get_bytes(buf, sizeof(buf)); -- cgit v1.2.3-54-g00ecf