]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pki: Load hmac plugin which is required to decrypt PKCS#12 containers
authorTobias Brunner <tobias@strongswan.org>
Fri, 5 Dec 2014 09:39:03 +0000 (10:39 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 12 Dec 2014 12:11:29 +0000 (13:11 +0100)
configure.ac

index a8c7ed89afdb589903612d1483a9dd5113ffe344..6684dcd7c52e6f89fc13f4d07fb93bf750e5f74f 100644 (file)
@@ -1247,7 +1247,7 @@ ADD_PLUGIN([agent],                [s charon nm cmd])
 ADD_PLUGIN([keychain],             [s charon cmd])
 ADD_PLUGIN([xcbc],                 [s charon nm cmd])
 ADD_PLUGIN([cmac],                 [s charon nm cmd])
-ADD_PLUGIN([hmac],                 [s charon scripts nm cmd])
+ADD_PLUGIN([hmac],                 [s charon pki scripts nm cmd])
 ADD_PLUGIN([ctr],                  [s charon scripts nm cmd])
 ADD_PLUGIN([ccm],                  [s charon scripts nm cmd])
 ADD_PLUGIN([gcm],                  [s charon scripts nm cmd])