From 6c561a9bea992551baec6bfa9a88996b2ead9ca3 Mon Sep 17 00:00:00 2001 From: taurusxin Date: Fri, 6 Oct 2023 19:16:59 +0800 Subject: [PATCH] feat: add pre-built binaries --- .../index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/post/003.【20210825】Windows10-下使用-VS2019-源码编译-OpenSSL-1.1.1l/index.md b/content/post/003.【20210825】Windows10-下使用-VS2019-源码编译-OpenSSL-1.1.1l/index.md index f785614..b90b295 100644 --- a/content/post/003.【20210825】Windows10-下使用-VS2019-源码编译-OpenSSL-1.1.1l/index.md +++ b/content/post/003.【20210825】Windows10-下使用-VS2019-源码编译-OpenSSL-1.1.1l/index.md @@ -142,7 +142,11 @@ nmake clean ### 下载 -附上我编译的动态版及静态版 [点击下载][6] +附上我编译的动态链接版及静态链接版,已经移除了 pdb 调试符号文件,确保文件大小 + +[动态链接版](https://cdn.taurusxin.com/softwares/openssl/openssl-3.1.3-windows-amd64-dynamic.zip) + +[静态链接版](https://cdn.taurusxin.com/softwares/openssl/openssl-3.1.3-windows-amd64-static.zip) ### 结尾语