]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add Link protocol version 5 to the supported protocols list in protover.c
authorteor <teor2345@gmail.com>
Mon, 29 Jan 2018 14:51:03 +0000 (01:51 +1100)
committerteor <teor2345@gmail.com>
Mon, 29 Jan 2018 14:51:03 +0000 (01:51 +1100)
Part of #25070, bugfix on 0.3.1.1-alpha.

src/or/protover.c

index 1a5f4ac91fffffabfa05eb991ae6bdf8e72fdec0..41b50df87f43cd93fb36994cadc88eac43c58813 100644 (file)
@@ -332,7 +332,7 @@ protover_get_supported_protocols(void)
     "HSDir=1-2 "
     "HSIntro=3-4 "
     "HSRend=1-2 "
-    "Link=1-4 "
+    "Link=1-5 "
     "LinkAuth=1,3 "
     "Microdesc=1-2 "
     "Relay=1-2";