commit e3bf8854c81f46470d21f5e44cfa51b16e1d260b Author: Nick Mathewson nickm@torproject.org Date: Mon Aug 29 15:03:55 2016 -0400
We no longer need to tag UseNTorHandshake as deprecated, since it is obsolete --- src/or/config.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/or/config.c b/src/or/config.c index 6ab2fd8..98b3270 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -613,7 +613,6 @@ static const config_deprecation_t option_deprecation_notes_[] = { "to accidentally lose your anonymity by leaking DNS information" }, { "TLSECGroup", "The default is a nice secure choice; the other option " "is less secure." }, - { "UseNTorHandshake", "The ntor handshake should always be used." }, { "ControlListenAddress", "Use ControlPort instead." }, { "DirListenAddress", "Use DirPort instead, possibly with the " "NoAdvertise sub-option" },
tor-commits@lists.torproject.org