OpenSSL编译可参考(网上也有很多自己编译的文章,问题多多、步骤繁琐且版本较老。)

https://blog.csdn.net/xiaoting451292510/article/details/46561199

根据以上资料可自行编译静态/动态库

幸运的是,我们不用自己编译OpenSSL,直接从 http://slproweb.com/products/Win32OpenSSL.html 下载已经编译好的包含 lib 和 include 文件的安装包即可(PS:目前似乎暂时只支持静态库)。访问该网站点击下载完整的安装包,注意,不要下载 light 版本,因为 light 版本不带 lib 和 include。如下图:

#Windows库编译# OpenSSL

下载完成后直接安装,我这里安装到 C:\Program Files (x86)\OpenSSL-Win32 目录:

#Windows库编译# OpenSSL

 

OpenSSL静态/动态库Windows库编译下载地址:https://gitee.com/arvinxt/window-library

相关文章:

  • 2022-01-12
  • 2022-03-07
  • 2022-01-17
  • 2021-12-19
  • 2021-12-29
  • 2022-12-23
猜你喜欢
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2021-12-01
  • 2021-04-18
相关资源
相似解决方案