From: Andreas Steffen Date: Sun, 30 Oct 2011 16:21:57 +0000 (+0100) Subject: remove pem_encoder_encode X-Git-Tag: 4.6.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0770fa16f8dc2a1de286336c0db4f5e9eb9d7161;p=thirdparty%2Fstrongswan.git remove pem_encoder_encode --- diff --git a/src/libstrongswan/plugins/pem/pem_plugin.c b/src/libstrongswan/plugins/pem/pem_plugin.c index 8928a8de38..094a2b54b7 100644 --- a/src/libstrongswan/plugins/pem/pem_plugin.c +++ b/src/libstrongswan/plugins/pem/pem_plugin.c @@ -99,6 +99,8 @@ METHOD(plugin_t, get_features, int, METHOD(plugin_t, destroy, void, private_pem_plugin_t *this) { + lib->encoding->remove_encoder(lib->encoding, pem_encoder_encode); + free(this); }