7847a1a206fc43ffa130016d1a0739037166089d
[novacoin.git] / dependencies / openssl / setup.sh
1 #!/bin/bash
2
3 if [[ ! $(which git) ]]; then
4     echo "git is not installed"
5     exit -1
6 fi
7
8 git clone -b openssl-3.0 https://github.com/openssl/openssl