diff options
author | vnepveu <victor.nepveu@imt-atlantique.net> | 2020-09-23 11:30:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-23 11:30:15 -0400 |
commit | 43672f9fcaf78cbb49abe4b258b95648a609b4cf (patch) | |
tree | d422cebf623fad3bfcf092efa8f952b36407ff43 /src/test/test.h | |
parent | 10e40ca1de34d0e0611d510f913ff4f181e04c10 (diff) | |
download | tor-43672f9fcaf78cbb49abe4b258b95648a609b4cf.tar.gz tor-43672f9fcaf78cbb49abe4b258b95648a609b4cf.zip |
Implement IPv6 sybil protection.
[This is a squashed patch for ticket 7193, based on taking a "git
diff" for the original branch, then applying it with "git apply
-3". I earlier attempted to squash the branch with "git rebase",
but there were too many conflicts. --nickm]
Diffstat (limited to 'src/test/test.h')
-rw-r--r-- | src/test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h index 18987719d0..71066db48e 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -122,6 +122,7 @@ extern struct testcase_t crypto_rng_tests[]; extern struct testcase_t crypto_tests[]; extern struct testcase_t dir_handle_get_tests[]; extern struct testcase_t dir_tests[]; +extern struct testcase_t dirvote_tests[]; extern struct testcase_t dispatch_tests[]; extern struct testcase_t dns_tests[]; extern struct testcase_t dos_tests[]; |