From: teor Date: Mon, 29 Jan 2018 14:51:03 +0000 (+1100) Subject: Add Link protocol version 5 to the supported protocols list in protover.c X-Git-Tag: tor-0.3.3.2-alpha~36^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a701f260356d9363dfa1b7694c5cafff57ad221;p=thirdparty%2Ftor.git Add Link protocol version 5 to the supported protocols list in protover.c Part of #25070, bugfix on 0.3.1.1-alpha. --- diff --git a/src/or/protover.c b/src/or/protover.c index 1a5f4ac91f..41b50df87f 100644 --- a/src/or/protover.c +++ b/src/or/protover.c @@ -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";