]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use openssl in Android by default.
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 Apr 2010 13:54:48 +0000 (15:54 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 12 Apr 2010 13:54:48 +0000 (15:54 +0200)
Android.mk.in

index cdbe2d283d28a1e4a4527040c9bbe1ec5fc391ed..8ac570cb41a9f937a6318a822426eab37d0b597d 100644 (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