New files

This commit is contained in:
2022-07-28 01:34:56 +02:00
parent dca5d0e371
commit 6ac1c87b2f
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,19 @@
#!/bin/sh
VERSION="1.1.1f"
#VERSION="1.0.1l"
#VERSION="1.0.2"
if [ ! -e openssl-${VERSION}.tar.gz ]
then
wget https://www.openssl.org/source/openssl-${VERSION}.tar.gz
fi
tar xzvf openssl-${VERSION}.tar.gz
#patch -p0 -i openssl-${VERSION}_cisco.patch
cd openssl-${VERSION}
./config
make -j16