diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2023-06-20 23:25:27 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2023-06-23 15:08:54 +0000 |
commit | 646212ce586a3cc9badf2c268cbc450b207d03c6 (patch) | |
tree | 534a208e3ed10ccf994bba23f25710a7c11278de /src/test/test_hs_descriptor.c | |
parent | 9d022be9fcdf82a107336cdf8e5c77413a699b5f (diff) | |
download | tor-646212ce586a3cc9badf2c268cbc450b207d03c6.tar.gz tor-646212ce586a3cc9badf2c268cbc450b207d03c6.zip |
Bug 40709: Update and clean up tests for consensus params
Diffstat (limited to 'src/test/test_hs_descriptor.c')
-rw-r--r-- | src/test/test_hs_descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_descriptor.c b/src/test/test_hs_descriptor.c index fe9bc24fb2..3b715863ad 100644 --- a/src/test/test_hs_descriptor.c +++ b/src/test/test_hs_descriptor.c @@ -7,6 +7,7 @@ */ #define HS_DESCRIPTOR_PRIVATE +#define TOR_CONGESTION_CONTROL_COMMON_PRIVATE #include "lib/crypt_ops/crypto_ed25519.h" #include "lib/crypt_ops/crypto_format.h" @@ -24,7 +25,6 @@ #include "test/log_test_helpers.h" #include "test/rng_test_helpers.h" -#define TOR_CONGESTION_CONTROL_PRIVATE #include "core/or/congestion_control_common.h" #ifdef HAVE_CFLAG_WOVERLENGTH_STRINGS |