add IKEv1 support for the Camellia cipher

This commit is contained in:
Andreas Steffen
2009-12-15 19:13:06 +01:00
parent 0be12e3546
commit de962d6e7d
2 changed files with 22 additions and 0 deletions
@@ -64,6 +64,7 @@ enum encryption_algorithm_t {
#define DES_BLOCK_SIZE 8
#define BLOWFISH_BLOCK_SIZE 8
#define AES_BLOCK_SIZE 16
#define CAMELLIA_BLOCK_SIZE 16
#define SERPENT_BLOCK_SIZE 16
#define TWOFISH_BLOCK_SIZE 16