From: Tobias Brunner Date: Wed, 17 Apr 2013 15:13:28 +0000 (+0200) Subject: Load pkcs7 plugin in charon (and while we are at it in nm) X-Git-Tag: 5.1.0dr1~149^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7aa6b789e3bf326b06ef0d4137cad22dc17b7c9;p=thirdparty%2Fstrongswan.git Load pkcs7 plugin in charon (and while we are at it in nm) --- diff --git a/configure.in b/configure.in index 87466f2db3..8df0c2a0b0 100644 --- a/configure.in +++ b/configure.in @@ -967,7 +967,7 @@ ADD_PLUGIN([revocation], [s charon nm cmd]) ADD_PLUGIN([constraints], [s charon nm cmd]) ADD_PLUGIN([pubkey], [s charon cmd]) ADD_PLUGIN([pkcs1], [s charon openac scepclient pki scripts manager medsrv attest nm cmd]) -ADD_PLUGIN([pkcs7], [s scepclient pki scripts cmd]) +ADD_PLUGIN([pkcs7], [s charon scepclient pki scripts nm cmd]) ADD_PLUGIN([pkcs8], [s charon openac scepclient pki scripts manager medsrv attest nm cmd]) ADD_PLUGIN([pkcs12], [s charon scepclient pki scripts cmd]) ADD_PLUGIN([pgp], [s charon])