android: Enable the eap-ttls and eap-peap plugins

This commit is contained in:
Tobias Brunner 2018-06-21 18:35:37 +02:00
parent 6f9b96acb4
commit 064c97afae
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ strongswan_USE_BYOD := true
strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
chapoly curve25519 pkcs1 pkcs8 pem xcbc hmac socket-default revocation \
eap-identity eap-mschapv2 eap-md5 eap-gtc eap-tls x509
eap-identity eap-mschapv2 eap-md5 eap-gtc eap-tls eap-ttls eap-peap x509
ifneq ($(strongswan_USE_BYOD),)
strongswan_BYOD_PLUGINS := eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20
strongswan_BYOD_PLUGINS := eap-tnc tnc-imc tnc-tnccs tnccs-20
endif
strongswan_PLUGINS := $(strongswan_CHARON_PLUGINS) \