renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ENCR_SERPENT_CBC, respectively

This commit is contained in:
Andreas Steffen
2009-05-14 13:55:56 +02:00
parent 24400cf617
commit 0a8ad227d4
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ enum encryption_algorithm_t {
ENCR_CAMELLIA_CCM_ICV16 = 27,
ENCR_UNDEFINED = 1024,
ENCR_DES_ECB = 1025,
ENCR_SERPENT = 1026,
ENCR_TWOFISH = 1027
ENCR_SERPENT_CBC = 1026,
ENCR_TWOFISH_CBC = 1027
};
/**