aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-03-02 15:57:00 +0100
committerTobias Brunner <tobias@strongswan.org>2013-03-02 18:27:23 +0100
commit9804fccea383ca708eca871ef9f2af4e77594b64 (patch)
tree84c6c00a00ebbdcac6034bb6444a7dbb0a492c86 /Android.mk
parentb038c62e4a5092a44deb36b725061e6d02ddd8b1 (diff)
downloadstrongswan-9804fccea383ca708eca871ef9f2af4e77594b64.tar.bz2
strongswan-9804fccea383ca708eca871ef9f2af4e77594b64.tar.xz
Removed backend for old Android frontend patch
Moved the remaining DNS handler to a new plugin.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 0b8da5b8d..b17a3f633 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
# 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)
strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
- pkcs1 pkcs8 pem xcbc hmac kernel-netlink socket-default android \
+ pkcs1 pkcs8 pem xcbc hmac kernel-netlink socket-default android-dns \
stroke eap-identity eap-mschapv2 eap-md5 eap-gtc
ifneq ($(strongswan_BUILD_SCEPCLIENT),)