Without the ties to PAM we can build eap-gtc on Android

This commit is contained in:
Tobias Brunner 2012-08-17 14:22:24 +02:00
parent ba27bf2af0
commit ef73bb52b1
2 changed files with 2 additions and 2 deletions

View 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

View 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)