For users that doesn't use repo update - easy way to update OpenSSL from 0.9.x to latest (in this case 1.0.1k):
openssl version
wget http://ift.tt/1xUwLR5
tar -xvf openssl-1.0.1j.tar.gz
cd openssl-1.0.1j
./config --prefix=/usr no-threads shared
make
make test
make install
openssl version:
**OpenSSL 1.0.1k 8 Jan 2015**
Aucun commentaire:
Enregistrer un commentaire