Software >> OS >> Unix >> Solaris >> applications >> openssl >> How to install openssl

eg. openssl 0.9.7b :- # gunzip openssl-0.9.7b.tar.gz # tar -xvf openssl-0.9.7b.tar # cd openssl-0.9.7b # ./config # make # make test # make install