The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Security
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-09-2009
TonyFullerMalv's Avatar
TonyFullerMalv TonyFullerMalv is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2008
Location: Malvern, Worcs. U.K.
Posts: 748
Run openssl(5) directly and ask it what version it is, e.g.:

Code:
$ /usr/sfw/bin/openssl
OpenSSL> version 
OpenSSL 0.9.8g 19 Oct 2007
OpenSSL> exit
$


Last edited by TonyFullerMalv; 06-09-2009 at 08:43 PM.. Reason: Corrected path to openssl