Enable pkcs7 plugin when building scepclient on Android
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
|
|||||||
|
|
||||||
ifneq ($(strongswan_BUILD_SCEPCLIENT),)
|
ifneq ($(strongswan_BUILD_SCEPCLIENT),)
|
||||||
# plugins loaded by scepclient
|
# plugins loaded by scepclient
|
||||||
strongswan_SCEPCLIENT_PLUGINS := openssl curl fips-prf random pkcs1 pem
|
strongswan_SCEPCLIENT_PLUGINS := openssl curl fips-prf random pkcs1 pkcs7 pem
|
||||||
endif
|
endif
|
||||||
|
|
||||||
strongswan_STARTER_PLUGINS := kernel-netlink
|
strongswan_STARTER_PLUGINS := kernel-netlink
|
||||||
|
|||||||
@@ -72,6 +72,8 @@ LOCAL_SRC_FILES += $(call add_plugin, pem)
|
|||||||
|
|
||||||
LOCAL_SRC_FILES += $(call add_plugin, pkcs1)
|
LOCAL_SRC_FILES += $(call add_plugin, pkcs1)
|
||||||
|
|
||||||
|
LOCAL_SRC_FILES += $(call add_plugin, pkcs7)
|
||||||
|
|
||||||
LOCAL_SRC_FILES += $(call add_plugin, pkcs8)
|
LOCAL_SRC_FILES += $(call add_plugin, pkcs8)
|
||||||
|
|
||||||
LOCAL_SRC_FILES += $(call add_plugin, pkcs11)
|
LOCAL_SRC_FILES += $(call add_plugin, pkcs11)
|
||||||
|
|||||||
Reference in New Issue
Block a user