diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-04-13 09:31:50 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-04-15 10:32:52 +0200 |
commit | 9b85a6853b644d72a56319647ca2f45d456818b7 (patch) | |
tree | 3679d08ce82c6046c364ed4ae92c82e3fa56d79d | |
parent | cb65e95d4ab223b96ae680618a7733de778666ca (diff) | |
download | strongswan-9b85a6853b644d72a56319647ca2f45d456818b7.tar.bz2 strongswan-9b85a6853b644d72a56319647ca2f45d456818b7.tar.xz |
android: Remove OPENSSL_NO_EC* defines
Current versions of OpenSSL/BoringSSL shipped with Android support ECC.
-rw-r--r-- | Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index 840cc14cf..3899eff23 100644 --- a/Android.mk +++ b/Android.mk @@ -66,9 +66,6 @@ strongswan_CFLAGS := \ -DHAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY \ -DHAVE_IPSEC_MODE_BEET \ -DHAVE_IPSEC_DIR_FWD \ - -DOPENSSL_NO_EC \ - -DOPENSSL_NO_ECDSA \ - -DOPENSSL_NO_ECDH \ -DOPENSSL_NO_ENGINE \ -DCONFIG_H_INCLUDED \ -DCAPABILITIES \ |