aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk.in b/Android.mk.in
index 12ac02103..1ad0b27fe 100644
--- a/Android.mk.in
+++ b/Android.mk.in
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
# also these plugins are loaded by default (if not changed in strongswan.conf)
strongswan_PLUGINS := openssl fips-prf random pubkey pkcs1 \
pem xcbc hmac kernel-netlink socket-default android \
- eap-identity eap-mschapv2 eap-gtc eap-md5
+ eap-identity eap-mschapv2 eap-md5
# 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