# openssl-libs **Repository Path**: linshaoxin_gitee/openssl-libs ## Basic Information - **Project Name**: openssl-libs - **Description**: 编译好的各平台的动态库及静态库 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-06-08 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openssl-libs 提供各平台可用的 openssl 各版本库文件,免去繁琐的编译步骤。 ## 目录结构 ``` openssl-libs |-- v1.1.1d (openssl 相应版本库目录) |-- windows |-- win32 (win 32位库目录) |-- bin (动态库目录, MD) |-- include (openssl 头文件) |-- Debug (带调试信息版本) |-- Release (生产版本) |-- libs (静态库目录, MT) |-- include (openssl 头文件) |-- Debug (带调试信息版本) |-- Release (生产版本) |-- win64 (win 64位库目录) |-- bin (动态库目录, MD) |-- include (openssl 头文件) |-- Debug (带调试信息版本) |-- Release (生产版本) |-- libs (静态库目录, MT) |-- include (openssl 头文件) |-- Debug (带调试信息版本) |-- Release (生产版本) |-- ios (ios平台 fat 库,支持 armv7,arm64,i386,x64_86) |-- static (静态库) |-- shared (动态库) |-- android |-- static (静态库) |-- shared (动态库) |-- mac |-- static (静态库) |-- shared (动态库) ```