File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ install:
4545 https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
4646 Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
4747 throw "There are newer queued builds for this pull request, failing early." }
48- - set OPENSSL_DIR="C:\OpenSSL-v11 -Win%PYTHON_ARCH%"
48+ - set OPENSSL_DIR="C:\OpenSSL-v30 -Win%PYTHON_ARCH%"
4949 - set VCLIBDIR=%WINDIR%\System32
5050 - cp %VCLIBDIR%/vcruntime140.dll ssh/
5151 - cp %VCLIBDIR%/msvcr120.dll ssh/
52- - cp %OPENSSL_DIR%/bin/*.dll ssh/
52+ - cp %OPENSSL_DIR%/bin/libcrypto *.dll ssh/
5353
5454 - for %%I in (%PYTHONVERS%) do %%I\python.exe -V
5555 - for %%I in (%PYTHONVERS%) do %%I\Scripts\pip install -U wheel setuptools twine cython
You can’t perform that action at this time.
0 commit comments