-
Notifications
You must be signed in to change notification settings - Fork 51
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
Compilation fails with >=openssl-3.0.0 #195
Comments
@daurnimator have you had a change to look at this? In 8eaf1a4 which included Line 223 in 8eaf1a4
which is true with openssl 3.0.0. Given that was authored before any openssl release which would match the condition, does the code guarded by that condition need changing? |
Arch packaging build failure log: lua-luaossl-20200709-2-x86_64-build.log |
Any news? |
@ConiKost would a build with the incompatible KDF functionality removed be of any use to you? |
To be honest, I don't know. I think, this should be fine. |
I made a branch with those changes https://github.com/loqs/luaossl/tree/openssl3 |
Any progress here? I bumped into this today when migrating to openssl3 for Alpine Linux. |
For the record, a similar issue in debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005697 |
luaossl has been removed from Debian due to this issue: https://tracker.debian.org/news/1332808/lua-luaossl-removed-from-testing/ |
Many packages depending on |
Should be fixed with #199 |
patch taken from wahern/luaossl#195 (comment)
Compilation fails with >=openssl-3.0.0
src/openssl.c:12204:13: error: too few arguments to function ‘EVP_KDF_derive’
You can get the full log: https://805041.bugs.gentoo.org/attachment.cgi?id=727965
The text was updated successfully, but these errors were encountered: