diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-06-30 10:02:15 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-06-30 10:02:15 +0200 |
commit | c177076b50fe008d4fa9417668e11177a75faa40 (patch) | |
tree | 8cbd941958ef035b78474cfb1f61b8b5dadb1c8c | |
parent | 5430d6ab3cc950e9f4f249387365a82369a26c43 (diff) | |
download | strongswan-c177076b50fe008d4fa9417668e11177a75faa40.tar.bz2 strongswan-c177076b50fe008d4fa9417668e11177a75faa40.tar.xz |
Enabling some EAP plugins on Android.
-rw-r--r-- | Android.mk.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk.in b/Android.mk.in index 14b064bbf..12ac02103 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 |