From 17bab9554ddeff98997e61eac68367a8dfe0c36e Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Thu, 16 Jul 2015 00:59:33 +0200 Subject: Build openssl without legacy protocols. SSL2 and SSL3 are deprecated, and we can gladly leave them out of our build. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- packaging/android/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/android') diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 2d7eadf49..23621c08e 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -135,7 +135,7 @@ if [ ! -e $PKG_CONFIG_LIBDIR/libssl.pc ] ; then HOSTCC=gcc \ CC=gcc \ ANDROID_DEV=$PREFIX \ - bash -x ./config shared no-comp no-hw no-engine --openssldir=$PREFIX + bash -x ./config shared no-ssl2 no-ssl3 no-comp no-hw no-engine --openssldir=$PREFIX make depend make make install -- cgit v1.2.3-70-g09d2