Centos编译安装Libressl
Libressl是openbsd发起的一个代替openssl的项目。
yum install automake autoconf git libtool perl pod2man -y
git clone https://github.com/libressl-portable/portable libressl
cd libressl
./autogen.sh
./configure
make check
make install
none