Use openssl in Android by default.

This commit is contained in:
Tobias Brunner
2010-04-12 15:54:48 +02:00
parent 355c3a66b1
commit b73b3a033f
+2 -2
View File
@@ -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