From: Tobias Brunner Date: Wed, 30 Jun 2010 08:02:15 +0000 (+0200) Subject: Enabling some EAP plugins on Android. X-Git-Tag: 4.4.1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c177076b50fe008d4fa9417668e11177a75faa40;p=thirdparty%2Fstrongswan.git Enabling some EAP plugins on Android. --- diff --git a/Android.mk.in b/Android.mk.in index 14b064bbff..12ac021033 100644 --- a/Android.mk.in +++ b/Android.mk.in @@ -4,7 +4,8 @@ include $(CLEAR_VARS) # this is the list of plugins that are built into libstrongswan and charon # also these plugins are loaded by default (if not changed in strongswan.conf) strongswan_PLUGINS := openssl fips-prf random pubkey pkcs1 \ - pem xcbc hmac kernel-netlink socket-default android + pem xcbc hmac kernel-netlink socket-default android \ + eap-identity eap-mschapv2 eap-gtc eap-md5 # helper macros to only add source files for plugins included in the list above # source files are relative to the android.mk that called the macro