diff options
author | David Goulet <dgoulet@torproject.org> | 2022-01-18 13:12:35 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-01-18 13:12:35 -0500 |
commit | a4510603f742a7db0f5e8f359920ad4001a9db07 (patch) | |
tree | b0801d048d54415d333f5810b30c795893e6cd60 /src/core | |
parent | 66e7ddb551871a415cb080cba5e97fa37a2d21a1 (diff) | |
parent | 7d9d769123c33a88b6f441e19faf56c2c1e5931c (diff) | |
download | tor-a4510603f742a7db0f5e8f359920ad4001a9db07.tar.gz tor-a4510603f742a7db0f5e8f359920ad4001a9db07.zip |
Merge branch 'maint-0.4.6'
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/or/protover.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/protover.c b/src/core/or/protover.c index 199fc830a0..bd9cc60115 100644 --- a/src/core/or/protover.c +++ b/src/core/or/protover.c @@ -435,8 +435,8 @@ protover_get_supported_protocols(void) "Desc=1-2 " "DirCache=2 " "FlowCtrl=1 " - "HSDir=1-2 " - "HSIntro=3-5 " + "HSDir=2 " + "HSIntro=4-5 " "HSRend=1-2 " "Link=1-5 " #ifdef HAVE_WORKING_TOR_TLS_GET_TLSSECRETS |