aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-06-18 10:03:05 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-06-18 10:03:05 +0200
commit1ea31180a0ccc04815196eda82d1fef8e6ed88cb (patch)
treef21cfe43788ce14fe209163a948f85ce557e665d /src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
parent3d7250d47223523af743d0a175c6d16f103a1daa (diff)
downloadstrongswan-1ea31180a0ccc04815196eda82d1fef8e6ed88cb.tar.bz2
strongswan-1ea31180a0ccc04815196eda82d1fef8e6ed88cb.tar.xz
HASH_MD2 is not implemented yet in gcrypt
Diffstat (limited to 'src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c')
-rw-r--r--src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c b/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
index 23a8df83a..547329dde 100644
--- a/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
+++ b/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
@@ -144,8 +144,6 @@ plugin_t *plugin_create()
/* hashers */
lib->crypto->add_hasher(lib->crypto, HASH_SHA1,
(hasher_constructor_t)gcrypt_hasher_create);
- lib->crypto->add_hasher(lib->crypto, HASH_MD2,
- (hasher_constructor_t)gcrypt_hasher_create);
lib->crypto->add_hasher(lib->crypto, HASH_MD4,
(hasher_constructor_t)gcrypt_hasher_create);
lib->crypto->add_hasher(lib->crypto, HASH_MD5,