add _CBC to all encryption algorithms in CBC mode

This commit is contained in:
Andreas Steffen
2009-05-19 10:02:24 +02:00
parent 3bf5727acb
commit 4491d66692
2 changed files with 15 additions and 15 deletions
+6 -6
View File
@@ -374,12 +374,12 @@ enum_names ah_transformid_names =
static const char *const esp_transform_name[] = {
"DES_IV64",
"DES",
"3DES",
"RC5",
"IDEA",
"CAST",
"BLOWFISH",
"DES_CBC",
"3DES_CBC",
"RC5_CBC",
"IDEA_CBC",
"CAST_CBC",
"BLOWFISH_CBC",
"3IDEA",
"DES_IV32",
"RC4",