aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-05 09:37:49 +0200
committerTobias Brunner <tobias@strongswan.org>2010-07-05 09:40:26 +0200
commit43ab542b66080ca6153217b63f1b095086d4d345 (patch)
tree956bb31ec42d2cd39669ed0f72ad51fc5b6f8a7a
parentec40c02ad24c0dce0d598f3c3511cfd0d6c5b150 (diff)
downloadstrongswan-43ab542b66080ca6153217b63f1b095086d4d345.tar.bz2
strongswan-43ab542b66080ca6153217b63f1b095086d4d345.tar.xz
Disable EAP-GTC on Android.
The EAP-GTC plugin does not compile due to its dependency on PAM.
-rw-r--r--Android.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk.in b/Android.mk.in
index 12ac02103..1ad0b27fe 100644
--- a/Android.mk.in
+++ b/Android.mk.in
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
# 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 \
- eap-identity eap-mschapv2 eap-gtc eap-md5
+ eap-identity eap-mschapv2 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