tar -zxvf openssl-1.02o.tar.gz
./config shared --prefix=/usr/local/openssl
# 编译 make # 安装 make install
其中include中是头文件,lib中包含静态库与动态库