build-openssl-ios/build.sh
Vishesh Handa 7c381ca64d Add an build script
This way one doesn't need to follow the instructions in the README and
can just run the build script. It also dumps the contents in the same
folder.
2019-05-30 12:17:42 +02:00

6 lines
154 B
Bash

#!/usr/bin/env bash
curl -O https://www.openssl.org/source/openssl-1.1.1b.tar.gz
tar xf openssl-1.1.1b.tar.gz
cd openssl-1.1.1b
../build_openssl_dist.sh