I just installed security/openssl, but when I did
So now I'm wondering, how do I get rid of the 1.0.1 version, and how do I make sure that the library files are all from the 1.0.2 version?
find / -type f -name openssl
I ended up getting 2 results:
Code:
# find / -type f -name openssl
/usr/bin/openssl
/usr/local/bin/openssl
# /usr/bin/openssl version
OpenSSL 1.0.1j-freebsd 15 Oct 2014
# /usr/local/bin/openssl version
WARNING: can't open config file: /usr/local/openssl/openssl.cnf
OpenSSL 1.0.2d 9 Jul 2015