diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-19 18:19:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-19 18:19:59 +0000 |
commit | e5049d5aa32574ad6f5a1a73151e80b0db606237 (patch) | |
tree | 4244a3d0f28bd2b4e2d07bb745df5f08a5cd8544 /src/or/test.c | |
parent | 62094ebd32c61421a24982c88b767826cdae75db (diff) | |
download | tor-e5049d5aa32574ad6f5a1a73151e80b0db606237.tar.gz tor-e5049d5aa32574ad6f5a1a73151e80b0db606237.zip |
Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to
maintain it.
Have clients default to the nickname "client" in their certificates.
Give a less frightening warning on obsolete (pre-0.0.8) routerinfo_t's.
svn:r2568
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 8706600eb5..745a8fedc0 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -927,7 +927,6 @@ test_dir_format() r1.or_port = 9000; r1.socks_port = 9002; r1.dir_port = 9003; - r1.is_trusted_dir = 1; r1.onion_pkey = pk1; r1.identity_pkey = pk2; r1.bandwidthrate = 1000; |