aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-06-29 16:22:41 +0200
committerTobias Brunner <tobias@strongswan.org>2012-06-29 16:23:20 +0200
commite516068965cfea7c75a622528227ecdbe35bad66 (patch)
tree73ffd26dbc2d6f2445c3633f5442a130d2649c4f /src
parentd12635c77d6de6bc10e90d076e6b75350e3f5fc2 (diff)
downloadstrongswan-e516068965cfea7c75a622528227ecdbe35bad66.tar.bz2
strongswan-e516068965cfea7c75a622528227ecdbe35bad66.tar.xz
Removed superfluous remove_hasher() call in md5 plugin
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/plugins/md5/md5_plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/md5/md5_plugin.c b/src/libstrongswan/plugins/md5/md5_plugin.c
index a3ad7b305..4a61af618 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);
}