]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
switch to aes
authorRoger Dingledine <arma@torproject.org>
Tue, 8 Jul 2003 08:38:24 +0000 (08:38 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 8 Jul 2003 08:38:24 +0000 (08:38 +0000)
nick: is this all there is to it? :)

svn:r366

src/or/or.h

index fee368eef004b8e1a8c8aba4ed7f4580bd05e7c8..6ed77e3ea4b853fd277d034f823bee3a6a142ac0 100644 (file)
 #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