android: Enable curve25519 plugin in the app

This commit is contained in:
Tobias Brunner
2016-12-08 16:43:51 +01:00
parent b077a2a71a
commit fec47b6146
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
strongswan_USE_BYOD := true
strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
chapoly pkcs1 pkcs8 pem xcbc hmac socket-default \
chapoly curve25519 pkcs1 pkcs8 pem xcbc hmac socket-default \
eap-identity eap-mschapv2 eap-md5 eap-gtc eap-tls
ifneq ($(strongswan_USE_BYOD),)