[tor-commits] [tor/master] note some dead code. if i'm right, should this be removed?
arma at torproject.org
arma at torproject.org
Thu Jan 5 10:37:30 UTC 2012
commit ff03347579b3b43bf4ee3803b1e63a88a9835fe7
Author: Roger Dingledine <arma at torproject.org>
Date: Thu Jan 5 05:37:06 2012 -0500
note some dead code. if i'm right, should this be removed?
---
src/common/tortls.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 231be82..2b46612 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);
}
More information about the tor-commits
mailing list