aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-02-19 13:46:08 +0000
committerTobias Brunner <tobias@strongswan.org>2009-02-19 13:46:08 +0000
commit5fa7aed49112fb79107cb0bbca4c6758888995ca (patch)
tree8fc3a87a83c56a4e8545109bff8396f64e69228a /src
parente7c336c6ab7b02c8799657fed0e929c6d276e4a2 (diff)
downloadstrongswan-5fa7aed49112fb79107cb0bbca4c6758888995ca.tar.bz2
strongswan-5fa7aed49112fb79107cb0bbca4c6758888995ca.tar.xz
des ecb enum value changed, ignores set for md4 plugin
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/crypto/crypters/crypter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/crypters/crypter.h b/src/libstrongswan/crypto/crypters/crypter.h
index 03678ad16..13e99d339 100644
--- a/src/libstrongswan/crypto/crypters/crypter.h
+++ b/src/libstrongswan/crypto/crypters/crypter.h
@@ -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
};
/**