Add Link protocol version 5 to the supported protocols list in protover.c

Part of #25070, bugfix on 0.3.1.1-alpha.
This commit is contained in:
teor 2018-01-30 01:51:03 +11:00
parent 7f2e23e7ac
commit a8e5e3a492
No known key found for this signature in database
GPG Key ID: 740D9E39025272A2
1 changed files with 1 additions and 1 deletions

View File

@ -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";