reverted changeset 4529:

Camellia is 22 in IKEv1, but not-yet defined in IKEv2
	in IKEv2, 22 is reserved for AES-XTS
This commit is contained in:
Martin Willi
2008-10-30 13:21:21 +00:00
parent 5dffdea1d7
commit 19aff61b19
+1 -2
View File
@@ -51,8 +51,7 @@ 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_CAMELLIA_CBC = 22
ENCR_AES_GCM_ICV16 = 20
};
/**