I have installed LibreSSL http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ with no problems on RELEASE-10.0 to /usr/local/bin. But the „old“ openssl gets the execution
What is the best practise method to disable/remove a by default installed application (not a package or port) which comes with the system installation?
Code:
# which openssl
/usr/bin/openssl
# openssl version
OpenSSL 1.0.1e-freebsd 11 Feb 2013
# /usr/local/bin/openssl version
LibreSSL 2.0
What is the best practise method to disable/remove a by default installed application (not a package or port) which comes with the system installation?