mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
note some dead code. if i'm right, should this be removed?
This commit is contained in:
parent
65420e4cb5
commit
ff03347579
@ -503,6 +503,7 @@ tor_tls_init(void)
|
|||||||
use_unsafe_renegotiation_flag = 1;
|
use_unsafe_renegotiation_flag = 1;
|
||||||
use_unsafe_renegotiation_op = 1;
|
use_unsafe_renegotiation_op = 1;
|
||||||
} else {
|
} else {
|
||||||
|
/* this is dead code, yes? */
|
||||||
log_info(LD_GENERAL, "OpenSSL %s has version %lx",
|
log_info(LD_GENERAL, "OpenSSL %s has version %lx",
|
||||||
SSLeay_version(SSLEAY_VERSION), version);
|
SSLeay_version(SSLEAY_VERSION), version);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user