diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-04-08 15:52:58 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-04-15 10:32:36 +0200 |
commit | cb65e95d4ab223b96ae680618a7733de778666ca (patch) | |
tree | 7a2ff20fc3b964801ee8250f0327d6b555f90db5 | |
parent | de9b3491ad9f7988c33374695a10c0fa07f6f8c4 (diff) | |
download | strongswan-cb65e95d4ab223b96ae680618a7733de778666ca.tar.bz2 strongswan-cb65e95d4ab223b96ae680618a7733de778666ca.tar.xz |
android: OPENSSL_NO_ENGINE is now properly defined in the headers
-rw-r--r-- | src/frontends/android/app/src/main/jni/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontends/android/app/src/main/jni/Android.mk b/src/frontends/android/app/src/main/jni/Android.mk index 39620aa42..9e81a14c5 100644 --- a/src/frontends/android/app/src/main/jni/Android.mk +++ b/src/frontends/android/app/src/main/jni/Android.mk @@ -46,7 +46,6 @@ strongswan_CFLAGS := \ -DHAVE_IPSEC_DIR_FWD \ -DHAVE_IN6ADDR_ANY \ -DHAVE_NETINET_IP6_H \ - -DOPENSSL_NO_ENGINE \ -DCONFIG_H_INCLUDED \ -DCAPABILITIES \ -DCAPABILITIES_NATIVE \ |