export CC=`which clang` export CXX=`which clang++` export FC=`which flang`
tar -zxvf openssl-1.1.1l.tar.gz
cd openssl-1.1.1l
./Configure --prefix=/path/to/OPENSSL
make -j&&make install