The x509 plugin is not needed anymore on Android, using OpenSSL.

This commit is contained in:
Tobias Brunner
2010-06-30 10:01:16 +02:00
parent 6d61e334f7
commit 5430d6ab3c
+1 -1
View File
@@ -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