# openssl1.1.0i **Repository Path**: db123/openssl1.1.0i ## Basic Information - **Project Name**: openssl1.1.0i - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-24 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openssl1.1.0i #openssl-1.1.0i在windows上编译 https://objects.githubusercontent.com/github-production-release-asset-2e65be/80988227/82422b48-9b91-44f3-b0cb-6472f27b1bf0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250624%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250624T063242Z&X-Amz-Expires=1800&X-Amz-Signature=1a12eac226eab9903c6bc1fe69767d92dc22b6b4285b9c77c93c6dafb3bb5cf3&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dmsys2-x86_64-20250622.exe&response-content-type=application%2Foctet-stream 使用的是msys2工具 #源码目录 D:\QtDemo\openssl-1.1.0i cd /d/QtDemo/openssl-1.1.0i export PATH=/D/Qt/Qt5.7.0/Tools/mingw530_32/bin:$PATH ./Configure mingw --prefix=D:/qt/openssl-1.1.0i #安装make工具 pacman -S make #编译 make -j16 #安装 make install -j16