diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-17 21:51:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-17 21:51:20 +0000 |
commit | 97a0a435114e99e14dafa9f6ee72df644254b460 (patch) | |
tree | d47de4e5a5cbfe9d5450706d66a554d7d776228b /src/or/cpuworker.c | |
parent | 640544ae3e6d6e8b576327442c98750359eccbf6 (diff) | |
download | tor-97a0a435114e99e14dafa9f6ee72df644254b460.tar.gz tor-97a0a435114e99e14dafa9f6ee72df644254b460.zip |
start the process of making 0.0.7* obsolete
svn:r2565
Diffstat (limited to 'src/or/cpuworker.c')
-rw-r--r-- | src/or/cpuworker.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c index 1d6eee4bd9..c3d2aa329c 100644 --- a/src/or/cpuworker.c +++ b/src/or/cpuworker.c @@ -188,8 +188,7 @@ done_processing: * Negotiated keys KEY_LEN*2+DIGEST_LEN*2 * * (Note: this _should_ be by addr/port, since we're concerned with specific - * connections, not with routers (where we'd use identity). Also, using - * identity would break pre-0.0.8 OPs, which don't have identity keys.) + * connections, not with routers (where we'd use identity).) */ static int cpuworker_main(void *data) { unsigned char question[ONIONSKIN_CHALLENGE_LEN]; |