From: Roger Dingledine Date: Tue, 8 Jul 2003 08:38:24 +0000 (+0000) Subject: switch to aes X-Git-Tag: tor-0.0.2pre8~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d7cff6ea3772906c416c38d72a93e6c2b37799;p=thirdparty%2Ftor.git switch to aes nick: is this all there is to it? :) svn:r366 --- 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