added Camellia CBC to list of encryption algorithms

This commit is contained in:
Andreas Steffen
2008-10-30 03:31:36 +00:00
parent 113a4afa55
commit fdaed5289a
+2 -1
View File
@@ -51,7 +51,8 @@ enum encryption_algorithm_t {
ENCR_AES_CCM_ICV16 = 16,
ENCR_AES_GCM_ICV8 = 18,
ENCR_AES_GCM_ICV12 = 19,
ENCR_AES_GCM_ICV16 = 20
ENCR_AES_GCM_ICV16 = 20,
ENCR_CAMELLIA_CBC = 22
};
/**