This commit is contained in:
DavidXanatos 2021-01-31 11:32:21 +01:00
parent 5806d67b4d
commit 843a30d58e
2 changed files with 8 additions and 8 deletions

View File

@ -50,12 +50,12 @@ ECHO Copying OpenSSL libs
rem copy /y %~dp0OpenSSL\%archPath%\libeay32.dll %instPath%\
rem copy /y %~dp0OpenSSL\%archPath%\ssleay32.dll %instPath%\
IF %archPath% == Win32 (
copy /y %~dp0OpenSSL\openssl-1.1.0h-x32-VC2017\libssl-1_1.dll %instPath%\
copy /y %~dp0OpenSSL\openssl-1.1.0h-x32-VC2017\libcrypto-1_1.dll %instPath%\
copy /y %~dp0OpenSSL\Win32\libssl-1_1.dll %instPath%\
copy /y %~dp0OpenSSL\Win32\libcrypto-1_1.dll %instPath%\
)
IF %archPath% == x64 (
copy /y %~dp0OpenSSL\openssl-1.1.0h-x64-VC2017\libssl-1_1-x64.dll %instPath%\
copy /y %~dp0OpenSSL\openssl-1.1.0h-x64-VC2017\libcrypto-1_1-x64.dll %instPath%\
copy /y %~dp0OpenSSL\x64\libssl-1_1-x64.dll %instPath%\
copy /y %~dp0OpenSSL\x64\libcrypto-1_1-x64.dll %instPath%\
)
rem for openssl
copy %sysPath%\msvcr100.dll %instPath%\

View File

@ -1,8 +1,8 @@
mkdir %~dp0\OpenSSL
curl --ssl-no-revoke -L https://indy.fulgan.com/SSL/Archive/Experimental/openssl-1.1.0h-x64-VC2017.zip -o %~dp0\OpenSSL\openssl-1.1.0h-x64-VC2017.zip
"C:\Program Files\7-Zip\7z.exe" x -o%~dp0\OpenSSL\ %~dp0\OpenSSL\openssl-1.1.0h-x64-VC2017.zip
curl --ssl-no-revoke -L http://wiki.overbyte.eu/arch/openssl-1.1.1i-win64.zip -o %~dp0\OpenSSL\openssl-1.1.1i-win64.zip
"C:\Program Files\7-Zip\7z.exe" x -o%~dp0\OpenSSL\x64\ %~dp0\OpenSSL\openssl-1.1.1i-win64.zip
curl --ssl-no-revoke -L https://indy.fulgan.com/SSL/Archive/Experimental/openssl-1.1.0h-x32-VC2017.zip -o %~dp0\OpenSSL\openssl-1.1.0h-x32-VC2017.zip
"C:\Program Files\7-Zip\7z.exe" x -o%~dp0\OpenSSL\ %~dp0\OpenSSL\openssl-1.1.0h-x32-VC2017.zip
curl --ssl-no-revoke -L http://wiki.overbyte.eu/arch/openssl-1.1.1i-win32.zip -o %~dp0\OpenSSL\openssl-1.1.1i-win32.zip
"C:\Program Files\7-Zip\7z.exe" x -o%~dp0\OpenSSL\Win32\ %~dp0\OpenSSL\openssl-1.1.1i-win32.zip