android: Enable pkcs8 plugin

This commit is contained in:
Tobias Brunner
2012-08-31 18:24:46 +02:00
parent 5eb7ad3a38
commit 69f731a9d8
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
# this is the list of plugins that are built into libstrongswan and charon
# also these plugins are loaded by default (if not changed in strongswan.conf)
strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
pkcs1 pem xcbc hmac kernel-netlink socket-default android \
pkcs1 pkcs8 pem xcbc hmac kernel-netlink socket-default android \
stroke eap-identity eap-mschapv2 eap-md5 eap-gtc
ifneq ($(strongswan_BUILD_SCEPCLIENT),)