From: Tobias Brunner Date: Tue, 6 Dec 2016 10:51:19 +0000 (+0100) Subject: android: Enable curve25519 plugin in the app X-Git-Tag: 5.5.2dr3~12^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec47b61464ec73e71e3a5546b16f6c9f24ecb20;p=thirdparty%2Fstrongswan.git android: Enable curve25519 plugin in the app --- diff --git a/src/frontends/android/app/src/main/jni/Android.mk b/src/frontends/android/app/src/main/jni/Android.mk index 75e3f37976..51a61b8830 100644 --- a/src/frontends/android/app/src/main/jni/Android.mk +++ b/src/frontends/android/app/src/main/jni/Android.mk @@ -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),)