From: Roger Dingledine Date: Thu, 5 Jan 2012 10:37:06 +0000 (-0500) Subject: note some dead code. if i'm right, should this be removed? X-Git-Tag: tor-0.2.3.11-alpha~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff03347579b3b43bf4ee3803b1e63a88a9835fe7;p=thirdparty%2Ftor.git note some dead code. if i'm right, should this be removed? --- diff --git a/src/common/tortls.c b/src/common/tortls.c index 231be82726..2b46612aec 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -503,6 +503,7 @@ tor_tls_init(void) use_unsafe_renegotiation_flag = 1; use_unsafe_renegotiation_op = 1; } else { + /* this is dead code, yes? */ log_info(LD_GENERAL, "OpenSSL %s has version %lx", SSLeay_version(SSLEAY_VERSION), version); }