diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-16 13:15:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-16 13:15:11 +0000 |
commit | bdcbd23e23c0d13be81255f815966d7607511430 (patch) | |
tree | ec842a55637029384b48400a5341ecf80e442f08 /src/or/test.c | |
parent | 301367525a09f14502a47887c3efc5428bf64afa (diff) | |
download | tor-bdcbd23e23c0d13be81255f815966d7607511430.tar.gz tor-bdcbd23e23c0d13be81255f815966d7607511430.zip |
Stop trying to detect versions of Tor on the server-side older than 0.1.1.15-rc; they simply do not work any more. Also add comment about how or_is_obsolete is a terrible field name.
svn:r15982
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index bead357fcc..6a0d2e2da0 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -4072,7 +4072,7 @@ main(int c, char**v) crypto_seed_rng(1); - if (0) { + if (1) { bench_aes(); return 0; } |