diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-18 10:03:05 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-18 10:03:05 +0200 |
commit | 1ea31180a0ccc04815196eda82d1fef8e6ed88cb (patch) | |
tree | f21cfe43788ce14fe209163a948f85ce557e665d /src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c | |
parent | 3d7250d47223523af743d0a175c6d16f103a1daa (diff) | |
download | strongswan-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.c | 2 |
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, |