aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-29 15:03:55 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-29 15:03:55 -0400
commite3bf8854c81f46470d21f5e44cfa51b16e1d260b (patch)
treee3db20d6a3317e7062ac52d4ef67780f585341e8 /src
parentbbaa7d09a045130560a2f5da579671c5e02c9cd7 (diff)
downloadtor-e3bf8854c81f46470d21f5e44cfa51b16e1d260b.tar.gz
tor-e3bf8854c81f46470d21f5e44cfa51b16e1d260b.zip
We no longer need to tag UseNTorHandshake as deprecated, since it is obsolete
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 6ab2fd8116..98b32708c6 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" },