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 | 7d9d769123c33a88b6f441e19faf56c2c1e5931c (patch) | |
tree | 666d715acee0a2d2b19ea87ddbc0f260ff32c9c6 /src/test | |
parent | 413e0c7575c27c6a8e66ed19d088be636a70ffbd (diff) | |
parent | aac5731f86399a3ac37720f9d0c4cffacd8eb38a (diff) | |
download | tor-7d9d769123c33a88b6f441e19faf56c2c1e5931c.tar.gz tor-7d9d769123c33a88b6f441e19faf56c2c1e5931c.zip |
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_protover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_protover.c b/src/test/test_protover.c index 4b25a86e26..6ebc84b5a4 100644 --- a/src/test/test_protover.c +++ b/src/test/test_protover.c @@ -354,7 +354,7 @@ test_protover_supports_version(void *arg) /* HSv2 Rend and HSDir protocol versions. */ #define PROTOVER_HS_RENDEZVOUS_POINT_V2 1 -#define PROTOVER_HSDIR_V2 1 +#define PROTOVER_HSDIR_V2 2 /* DirCache, Desc, Microdesc, and Cons protocol versions. */ #define PROTOVER_DIRCACHE_V1 1 |