Removed superfluous remove_hasher() call in md5 plugin

This commit is contained in:
Tobias Brunner 2012-06-29 16:22:41 +02:00
parent d12635c77d
commit e516068965
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}