-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL 1.1.x brokens #4458
Comments
I assume the following error is related:
|
@tschoonj no it is not related |
|
Libsrtp build but without OpenSSL |
python3 is also broken (built without openssl support) -> #4462 |
FindOpenSSL.cmake (C:/msys64/mingw64/share/cmake-3.12/Modules/FindOpenSSL.cmake):
|
If anyone wants to try the package I've used with Ruby: SHA256 & SHA512 are on the 'messages' tab, see: |
xmlsec -> #4472 |
@Alexpux : what was the problem with |
@iDunk5400 what's the affected package using FindOpenSSL.cmake? So one can try to reproduce the issue. |
@iDunk5400 you can probably revert that (in the future at least). It was an issue with the msys2 package. |
@lazka Thank you for the info. |
I'm edit fail list |
The issue above is not directly related to the OpenSSL update (it only made it apparent by adding a new function not available previously) but is the result of AppVeyor build images containing an older version of the OpenSSL DLLs (libssl-1_1-x64.dll / libcrypto-1_1-x64.dll) in C:\Windows\system32, see appveyor/ci#2571 Applications will load these before even looking at the PATH variable (unless the DLL is located in the same directory as the application executable). |
Sorry for not mentioning that. I think they're the Shining Light OpenSSL-Win64 1.1.0 dll's. Most of my CI uses binaries that link to dll's via a manifest, so only one repo's CI had the issue.... |
appveyor has been updated now: https://www.appveyor.com/updates |
Is there anything left to do there? |
Please open a new issue if there is. |
At least next mingw packages have issues building with new openssl:
The text was updated successfully, but these errors were encountered: