summaryrefslogtreecommitdiff
path: root/src/or/onion.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-09-19 20:13:27 +0000
committerRoger Dingledine <arma@torproject.org>2002-09-19 20:13:27 +0000
commit5449fc86db2fc448f5ba26445fd4b69bf99e9593 (patch)
treeae2b2a8f79baa6bb99b1babd264d4c2ab877e310 /src/or/onion.c
parent09daf01e4a0f2faed10cab14fec5f7d32dc3bd31 (diff)
downloadtor-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.c2
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;