HASH_MD2 is not implemented yet in gcrypt

This commit is contained in:
Andreas Steffen
2009-06-18 10:03:05 +02:00
parent 3d7250d472
commit 1ea31180a0
@@ -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,