]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
We no longer need to tag UseNTorHandshake as deprecated, since it is obsolete
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Aug 2016 19:03:55 +0000 (15:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Aug 2016 19:03:55 +0000 (15:03 -0400)
src/or/config.c

index 6ab2fd81161193c3b4ef2c79c3a2a491deeaac61..98b32708c64f7b93fe96b94ac34c88729d0812ee 100644 (file)
@@ -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" },