From: Tobias Brunner Date: Tue, 6 Dec 2016 10:50:25 +0000 (+0100) Subject: android: Optionally build the curve25519 plugin X-Git-Tag: 5.5.2dr3~12^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b077a2a71a55b0c544bbddd3c627e2194132ba79;p=thirdparty%2Fstrongswan.git android: Optionally build the curve25519 plugin --- diff --git a/src/libstrongswan/Android.mk b/src/libstrongswan/Android.mk index ca030368b7..b594dabccd 100644 --- a/src/libstrongswan/Android.mk +++ b/src/libstrongswan/Android.mk @@ -72,6 +72,8 @@ LOCAL_C_INCLUDES += $(libcurl_PATH) LOCAL_SHARED_LIBRARIES += libcurl endif +LOCAL_SRC_FILES += $(call add_plugin, curve25519) + LOCAL_SRC_FILES += $(call add_plugin, des) LOCAL_SRC_FILES += $(call add_plugin, fips-prf)