From: Tobias Brunner Date: Fri, 17 Aug 2012 12:22:24 +0000 (+0200) Subject: Without the ties to PAM we can build eap-gtc on Android X-Git-Tag: 5.0.1~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef73bb52b1a21f970f7aaf038d2d0b96864df774;p=thirdparty%2Fstrongswan.git Without the ties to PAM we can build eap-gtc on Android --- diff --git a/Android.mk b/Android.mk index edfdef3970..ad7093d947 100644 --- a/Android.mk +++ b/Android.mk @@ -18,7 +18,7 @@ include $(CLEAR_VARS) # also these plugins are loaded by default (if not changed in strongswan.conf) strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \ pkcs1 pem xcbc hmac kernel-netlink socket-default android \ - stroke eap-identity eap-mschapv2 eap-md5 + stroke eap-identity eap-mschapv2 eap-md5 eap-gtc ifneq ($(strongswan_BUILD_SCEPCLIENT),) # plugins loaded by scepclient diff --git a/src/frontends/android/jni/Android.mk b/src/frontends/android/jni/Android.mk index 431415ae77..a603a733ef 100644 --- a/src/frontends/android/jni/Android.mk +++ b/src/frontends/android/jni/Android.mk @@ -3,7 +3,7 @@ include $(CLEAR_VARS) strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \ pkcs1 pem xcbc hmac socket-default \ - eap-identity eap-mschapv2 eap-md5 + eap-identity eap-mschapv2 eap-md5 eap-gtc strongswan_PLUGINS := $(strongswan_CHARON_PLUGINS)