]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Without the ties to PAM we can build eap-gtc on Android
authorTobias Brunner <tobias@strongswan.org>
Fri, 17 Aug 2012 12:22:24 +0000 (14:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 17 Aug 2012 12:24:48 +0000 (14:24 +0200)
Android.mk
src/frontends/android/jni/Android.mk

index edfdef39700fd7826a1d0f975119eeae0c08e51f..ad7093d94766a0edc5bc668e2e7f371b41d96d77 100644 (file)
@@ -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
index 431415ae77b85deedaa8c06741f2455499380773..a603a733ef74ea81e3696b33b53cee74daa5a01c 100644 (file)
@@ -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)