aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cipher.h')
-rw-r--r--include/cipher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 543f1665a..73db8fde4 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -36,7 +36,8 @@
#define CIPHER_ALGO_AES192 8
#define CIPHER_ALGO_AES256 9
#define CIPHER_ALGO_TWOFISH 10 /* twofish 256 bit */
-#define CIPHER_ALGO_CAMELLIA 11 /* camellia 256 bit */
+#define CIPHER_ALGO_CAMELLIA128 11
+#define CIPHER_ALGO_CAMELLIA256 12
#define CIPHER_ALGO_DUMMY 110 /* no encryption at all */