-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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] Update to 3.2.0 #35734
[openssl] Update to 3.2.0 #35734
Conversation
2941790
to
808de58
Compare
808de58
to
16d7dda
Compare
Thanks for the update and for submitting patches upstream! |
Something something broke my clang-cl builds. NATIVE_PATH is probably not working for openssl since the normal windows build already shows:
Which is just wrongly passed from the perl scripts and my clang-cl build just completly choke on invalid generally all this stuff should be in compiler_flags |
The |
The problem seems to be the full path to cc. The scripts cannot deal with that correctly. The scripts also cannot deal with cmake paths which makes it more compley. Basically only the filenames can be used and everything needs to be on path. CC seems to be the only one with this problem |
Co-authored-by: مهدي شينون (Mehdi Chinoune) <mehdi.chinoune@hotmail.com>
Fixes #35723.
Based on #35298, CC @MehdiChinoune.
The FreeRDP patch is as a temporary solution until updating that port to 3.0.0, with no side effect for users which stay at openssl < 3.2.0.
Patches upstreamed: openssl/openssl#23072