aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-11-09 06:48:55 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-11-09 06:48:55 +0100
commit99246a4fc2523ed6675c6b81b49b0fa4258f847d (patch)
tree000155816d1ed80cc26bb277ce491a50ce3a048a /src
parent4182d7a58d9a152c608030893c07abfaece89a2f (diff)
downloadstrongswan-99246a4fc2523ed6675c6b81b49b0fa4258f847d.tar.bz2
strongswan-99246a4fc2523ed6675c6b81b49b0fa4258f847d.tar.xz
gcrypt does not support MD2
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c b/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
index b366fc980..a48d4a133 100644
--- a/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
+++ b/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
@@ -132,7 +132,6 @@ METHOD(plugin_t, get_features, int,
PLUGIN_PROVIDE(CRYPTER, ENCR_TWOFISH_CBC, 32),
/* hashers */
PLUGIN_REGISTER(HASHER, gcrypt_hasher_create),
- PLUGIN_PROVIDE(HASHER, HASH_MD2),
PLUGIN_PROVIDE(HASHER, HASH_MD4),
PLUGIN_PROVIDE(HASHER, HASH_MD5),
PLUGIN_PROVIDE(HASHER, HASH_SHA1),