diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-19 20:13:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-19 20:13:27 +0000 |
commit | 5449fc86db2fc448f5ba26445fd4b69bf99e9593 (patch) | |
tree | ae2b2a8f79baa6bb99b1babd264d4c2ab877e310 /src/or/onion.c | |
parent | 09daf01e4a0f2faed10cab14fec5f7d32dc3bd31 (diff) | |
download | tor-5449fc86db2fc448f5ba26445fd4b69bf99e9593.tar.gz tor-5449fc86db2fc448f5ba26445fd4b69bf99e9593.zip |
synchronize to the version i've been giving people to test
svn:r104
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index 996d56a5cd..52b785bb09 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -221,7 +221,7 @@ unsigned char *create_onion(routerinfo_t **rarray, int rarray_len, unsigned int /* 0 bit */ layer->zero = 0; /* version */ - layer->version = VERSION; + layer->version = OR_VERSION; /* Back F + Forw F both use DES OFB*/ layer->backf = ONION_DEFAULT_CIPHER; layer->forwf = ONION_DEFAULT_CIPHER; |