Renamed to conntain version info and type
FossilOrigin-Name: 03b64057057ff2c777d0a6200f2f207b98daeb8cb8c83bd5b02cb0d36529a199
This commit is contained in:
10
src/contrib/install_openssl.sh
Executable file
10
src/contrib/install_openssl.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
wget https://www.openssl.org/source/openssl-1.0.1i.tar.gz
|
||||
tar xzvf openssl-1.0.1i.tar.gz
|
||||
patch -p0 -i openssl_cisco.patch
|
||||
cd openssl-1.0.1i
|
||||
./config
|
||||
make
|
||||
|
||||
|
Reference in New Issue
Block a user