aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-04-12 15:54:48 +0200
committerTobias Brunner <tobias@strongswan.org>2010-04-12 15:54:48 +0200
commitb73b3a033f12b27ceff2ff21beea952f35b549f3 (patch)
tree06dd73e38b45cdf5bd99ac95304123fb1778543c
parent355c3a66b17ba50a813df62e0e821a1f900c32d9 (diff)
downloadstrongswan-b73b3a033f12b27ceff2ff21beea952f35b549f3.tar.bz2
strongswan-b73b3a033f12b27ceff2ff21beea952f35b549f3.tar.xz
Use openssl in Android by default.
-rw-r--r--Android.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk.in b/Android.mk.in
index cdbe2d283..8ac570cb4 100644
--- a/Android.mk.in
+++ b/Android.mk.in
@@ -3,8 +3,8 @@ 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_PLUGINS := aes des sha1 sha2 md5 fips-prf random x509 pubkey pkcs1 \
- pem xcbc hmac gmp kernel-netlink socket-default attr android
+strongswan_PLUGINS := openssl fips-prf random x509 pubkey pkcs1 \
+ pem xcbc hmac kernel-netlink socket-default android
# 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