diff options
author | Roger Dingledine <arma@torproject.org> | 2003-07-08 08:38:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-07-08 08:38:24 +0000 |
commit | f8d7cff6ea3772906c416c38d72a93e6c2b37799 (patch) | |
tree | 74b95b6f2ec282d7035f4519cb2e57d1b4f6ab18 | |
parent | c6f70e36e0125af0a9205f50fd5df5bfd16be780 (diff) | |
download | tor-f8d7cff6ea3772906c416c38d72a93e6c2b37799.tar.gz tor-f8d7cff6ea3772906c416c38d72a93e6c2b37799.zip |
switch to aes
nick: is this all there is to it? :)
svn:r366
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index fee368eef0..6ed77e3ea4 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -125,7 +125,7 @@ #define RELAY_STATE_RESOLVING /* default cipher function */ -#define DEFAULT_CIPHER CRYPTO_CIPHER_3DES +#define DEFAULT_CIPHER CRYPTO_CIPHER_AES_CTR #define CELL_DIRECTION_IN 1 #define CELL_DIRECTION_OUT 2 |