android: Enable revocation plugin
This commit is contained in:
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
|
||||
strongswan_USE_BYOD := true
|
||||
|
||||
strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
|
||||
chapoly curve25519 pkcs1 pkcs8 pem xcbc hmac socket-default \
|
||||
chapoly curve25519 pkcs1 pkcs8 pem xcbc hmac socket-default revocation \
|
||||
eap-identity eap-mschapv2 eap-md5 eap-gtc eap-tls
|
||||
|
||||
ifneq ($(strongswan_USE_BYOD),)
|
||||
|
||||
@@ -113,6 +113,8 @@ LOCAL_SRC_FILES += $(call add_plugin, pubkey)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, random)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, revocation)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, sha1)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, sha2)
|
||||
|
||||
Reference in New Issue
Block a user