mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-17 00:00:59 -04:00
Enabling some EAP plugins on Android.
This commit is contained in:
parent
5430d6ab3c
commit
c177076b50
@ -4,7 +4,8 @@ include $(CLEAR_VARS)
|
|||||||
# this is the list of plugins that are built into libstrongswan and charon
|
# this is the list of plugins that are built into libstrongswan and charon
|
||||||
# also these plugins are loaded by default (if not changed in strongswan.conf)
|
# also these plugins are loaded by default (if not changed in strongswan.conf)
|
||||||
strongswan_PLUGINS := openssl fips-prf random pubkey pkcs1 \
|
strongswan_PLUGINS := openssl fips-prf random pubkey pkcs1 \
|
||||||
pem xcbc hmac kernel-netlink socket-default android
|
pem xcbc hmac kernel-netlink socket-default android \
|
||||||
|
eap-identity eap-mschapv2 eap-gtc eap-md5
|
||||||
|
|
||||||
# helper macros to only add source files for plugins included in the list above
|
# 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
|
# source files are relative to the android.mk that called the macro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user