wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0.tar.gz
<Check latest version and replace everywhere>
tar -xvf libressl-3.5.0.tar.gz
cd libressl-3.5.0/
./configure
You may receive and error configure: error: no acceptable C compiler found in $PATH
sudo apt-get install -y build-essential checkinstall
sudo make
sudo make check
sudo make install
sudo ldconfig
<In new Terminal>
openssl version
No comments:
Post a Comment