]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note some dead code. if i'm right, should this be removed?
authorRoger Dingledine <arma@torproject.org>
Thu, 5 Jan 2012 10:37:06 +0000 (05:37 -0500)
committerRoger Dingledine <arma@torproject.org>
Thu, 5 Jan 2012 10:37:06 +0000 (05:37 -0500)
src/common/tortls.c

index 231be8272650ee50294dc40d22c24fc54e033a98..2b46612aecf7d8a00e315c225e0ddbf17ce15392 100644 (file)
@@ -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);
     }