-
Notifications
You must be signed in to change notification settings - Fork 251
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
branch sssd-2-9 build with OpenSSL 1.1 is broken #7733
Conversation
Don't include <openssl/core_names.h> header if OpenSSL older 3.0 is used. Fix compile typos for build with OpenSSL 1.1.
Do you mean since dfcfa51 ? Anyway, could you please fix 'master' (and thus sssd-2-10) branch as well? |
src/util/cert/libcrypto/cert.c
Yes, of course. I renamed title of this PR.
It looks some different. Ok, I will try to fix it too. |
Another PR #7734 prepared for sssd-2-10 branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
thank you for the fixes they work in my tests with OpenSSL-1.1.1k. Again, I'm sorry for not making sure my changes were tested properly with older OpenSSL versions. ACK.
bye,
Sumit
cert util: add support build with OpenSSL older than 3.0: