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?