This commit is contained in:
colben
2026-04-13 19:47:40 +08:00
parent ad2fb67320
commit ee2b1accab

View File

@@ -89,9 +89,9 @@ categories: ["os"]
### 编译 openssl ### 编译 openssl
- 下载 openssl 源码包,解压 - 下载 openssl 源码包,解压
```bash ```bash
curl -LO https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz curl -LO https://github.com/openssl/openssl/releases/download/openssl-3.5.6/openssl-3.5.6.tar.gz
tar zxf openssl-3.5.5.tar.gz tar zxf openssl-3.5.6.tar.gz
cd openssl-3.5.5 cd openssl-3.5.6
``` ```
- 编译安装 openssl - 编译安装 openssl