diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-06-30 10:01:16 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-06-30 10:01:16 +0200 |
commit | 5430d6ab3cc950e9f4f249387365a82369a26c43 (patch) | |
tree | f103d12ce948e92b571e7cc9014fde0da041b2c2 | |
parent | 6d61e334f7c22882520e5277206397469b0dfed8 (diff) | |
download | strongswan-5430d6ab3cc950e9f4f249387365a82369a26c43.tar.bz2 strongswan-5430d6ab3cc950e9f4f249387365a82369a26c43.tar.xz |
The x509 plugin is not needed anymore on Android, using OpenSSL.
-rw-r--r-- | Android.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk.in b/Android.mk.in index b3e54a3c8..14b064bbf 100644 --- a/Android.mk.in +++ b/Android.mk.in @@ -3,7 +3,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_PLUGINS := openssl fips-prf random x509 pubkey pkcs1 \ +strongswan_PLUGINS := openssl fips-prf random pubkey pkcs1 \ pem xcbc hmac kernel-netlink socket-default android # helper macros to only add source files for plugins included in the list above |