diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-03-20 16:59:45 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-20 17:02:37 +0100 |
commit | 24b5e7152219e9eeb8d5856eee47b297e6c08793 (patch) | |
tree | a82d5567c53ae336b10883bf82973a93f3afff20 /src | |
parent | 665fac243322325b8572412da9077bdfd19e2abb (diff) | |
download | strongswan-24b5e7152219e9eeb8d5856eee47b297e6c08793.tar.bz2 strongswan-24b5e7152219e9eeb8d5856eee47b297e6c08793.tar.xz |
android: No need to disable CMS explicitly
The version check introduced with 0d237763 should take care of it.
Diffstat (limited to 'src')
-rw-r--r-- | src/frontends/android/jni/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontends/android/jni/Android.mk b/src/frontends/android/jni/Android.mk index 164cae582..9805bff7e 100644 --- a/src/frontends/android/jni/Android.mk +++ b/src/frontends/android/jni/Android.mk @@ -37,7 +37,6 @@ strongswan_CFLAGS := \ -DHAVE_IPSEC_DIR_FWD \ -DHAVE_IN6ADDR_ANY \ -DHAVE_NETINET_IP6_H \ - -DOPENSSL_NO_CMS \ -DOPENSSL_NO_ENGINE \ -DCONFIG_H_INCLUDED \ -DCAPABILITIES \ |