Removed superfluous remove_hasher() call in md5 plugin

This commit is contained in:
Tobias Brunner
2012-06-29 16:23:20 +02:00
parent d12635c77d
commit e516068965
@@ -51,8 +51,6 @@ METHOD(plugin_t, get_features, int,
METHOD(plugin_t, destroy, void,
private_md5_plugin_t *this)
{
lib->crypto->remove_hasher(lib->crypto,
(hasher_constructor_t)md5_hasher_create);
free(this);
}