Update OpenSSL CentOS server

0

I have a test server with CentOS 6.7 and the version of OpenSSL 1.0.1e-fips.

Update the OpenSSL to version 1.0.2g but in the headers that come back I still keep checking the previous version, these are the commands that I run.

# cd openssl-1.0.2a
# ./config
# make
# make test
# make install

Does anyone have any idea why it should still take the previous version?

    
asked by iBet7o 13.05.2016 в 22:55
source

1 answer

0

Hello try to run

 yum update openssl
    
answered by 07.06.2017 в 22:01