From 4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 18 Apr 2008 09:20:25 +0000 Subject: Adjust for the changed Camellia draft. W32 gettext changes. Comment and typo fixes. --- include/cipher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/cipher.h') diff --git a/include/cipher.h b/include/cipher.h index 52c4f27b1..0d75fa6cd 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -47,7 +47,8 @@ #define CIPHER_ALGO_TWOFISH /* 10 */ GCRY_CIPHER_TWOFISH /* 256 bit */ /* Note: Camellia ids don't match those used by libgcrypt. */ #define CIPHER_ALGO_CAMELLIA128 11 -#define CIPHER_ALGO_CAMELLIA256 12 +#define CIPHER_ALGO_CAMELLIA192 12 +#define CIPHER_ALGO_CAMELLIA256 13 #define CIPHER_ALGO_DUMMY 110 /* No encryption at all. */ #define PUBKEY_ALGO_RSA /* 1 */ GCRY_PK_RSA -- cgit v1.2.3