From f8d7cff6ea3772906c416c38d72a93e6c2b37799 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 8 Jul 2003 08:38:24 +0000 Subject: [PATCH] switch to aes nick: is this all there is to it? :) svn:r366 --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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