From: Tobias Brunner Date: Mon, 5 Jul 2010 07:37:49 +0000 (+0200) Subject: Disable EAP-GTC on Android. X-Git-Tag: 4.4.1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43ab542b66080ca6153217b63f1b095086d4d345;p=thirdparty%2Fstrongswan.git Disable EAP-GTC on Android. The EAP-GTC plugin does not compile due to its dependency on PAM. --- diff --git a/Android.mk.in b/Android.mk.in index 12ac021033..1ad0b27fe8 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