diff options
author | Werner Koch <[email protected]> | 2008-04-18 09:20:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-04-18 09:20:25 +0000 |
commit | 4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7 (patch) | |
tree | fb2741341342ef10c52ef1f345eef45eda8defe0 /include/cipher.h | |
parent | Test commit (diff) | |
download | gnupg-4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7.tar.gz gnupg-4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7.zip |
Adjust for the changed Camellia draft.
W32 gettext changes.
Comment and typo fixes.
Diffstat (limited to '')
-rw-r--r-- | include/cipher.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |