des ecb enum value changed, ignores set for md4 plugin

This commit is contained in:
Tobias Brunner
2009-02-19 13:46:08 +00:00
parent e7c336c6ab
commit 5fa7aed491
+1 -1
View File
@@ -52,7 +52,7 @@ enum encryption_algorithm_t {
ENCR_AES_GCM_ICV8 = 18,
ENCR_AES_GCM_ICV12 = 19,
ENCR_AES_GCM_ICV16 = 20,
ENCR_DES_ECB = 1024
ENCR_DES_ECB = 1025
};
/**