Update android openssl version due to security advisory https://www.openssl.org/news/secadv_20150108.txt

This commit is contained in:
Glenn Watson 2015-01-09 07:40:17 +10:00
parent 7800d98728
commit 7818576213
4 changed files with 9 additions and 9 deletions

View file

@ -181,7 +181,7 @@ if [ ! -z "$VERBOSE" ] && [ "$VERBOSE" != "0" ]; then
echo "ANDROID_DEV: $ANDROID_DEV"
fi
cd openssl-1.0.1j
cd openssl-1.0.1k
perl -pi -e 's/install: all install_docs install_sw/install: install_docs install_sw/g' Makefile.org
./config shared -no-ssl2 -no-ssl3 -no-comp -no-hw -no-engine --openssldir=/usr/local/ssl/$ANDROID_API
make depend