Upgrade to OpenSSL 1.0.1t on Android

This commit is contained in:
Matt Brubeck 2016-05-03 15:46:07 -07:00
parent 3f2ceeff5d
commit e1386cad6f
3 changed files with 7 additions and 7 deletions

View file

@ -181,7 +181,7 @@ if [ ! -z "$VERBOSE" ] && [ "$VERBOSE" != "0" ]; then
echo "ANDROID_DEV: $ANDROID_DEV"
fi
cd openssl-1.0.1k
cd openssl-1.0.1t
perl -pi -e 's/install: all install_docs install_sw/install: install_docs install_sw/g' Makefile.org
# The code being built isn't maintained by us, so we redirect stderr to stdout