From: Tobias Brunner Date: Fri, 29 Jun 2012 14:22:41 +0000 (+0200) Subject: Removed superfluous remove_hasher() call in md5 plugin X-Git-Tag: 5.0.0~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e516068965cfea7c75a622528227ecdbe35bad66;p=thirdparty%2Fstrongswan.git Removed superfluous remove_hasher() call in md5 plugin --- diff --git a/src/libstrongswan/plugins/md5/md5_plugin.c b/src/libstrongswan/plugins/md5/md5_plugin.c index a3ad7b305a..4a61af6183 100644 --- a/src/libstrongswan/plugins/md5/md5_plugin.c +++ b/src/libstrongswan/plugins/md5/md5_plugin.c @@ -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); }