summaryrefslogtreecommitdiff
path: root/src/or/protover.c
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2018-01-30 01:51:03 +1100
committerteor <teor2345@gmail.com>2018-01-30 01:56:50 +1100
commita8e5e3a492378f6a9a2b4d55a4e7e5bab3f9dca4 (patch)
treec51ea733d13ff288f1d5e0af922def85f749dfe0 /src/or/protover.c
parent7f2e23e7acc0735e5ae933535a1b617a0860e528 (diff)
downloadtor-a8e5e3a492378f6a9a2b4d55a4e7e5bab3f9dca4.tar.gz
tor-a8e5e3a492378f6a9a2b4d55a4e7e5bab3f9dca4.zip
Add Link protocol version 5 to the supported protocols list in protover.c
Part of #25070, bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'src/or/protover.c')
-rw-r--r--src/or/protover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover.c b/src/or/protover.c
index 0946092692..033e9063ac 100644
--- a/src/or/protover.c
+++ b/src/or/protover.c
@@ -292,7 +292,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";