fix build with libressl >= 3.5.0 - #249
Conversation
loqs
commented
May 15, 2022
What if instead you tested for |
ffontaine
commented
May 16, 2022
As |
loqs
commented
May 16, 2022
What if instead you use a feature test? |
Fix the following build failure with libressl >= 3.5.0:
crypto-openssl-10.cpp:78:18: error: field 'ctx' has incomplete type 'HMAC_CTX' {aka 'hmac_ctx_st'}
78 | HMAC_CTX ctx;
| ^~~
Fixes:
- http://autobuild.buildroot.org/results/98747d470c2ad59280934e160d24bd3fdad1503c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>ffontaine
commented
May 20, 2022
I updated the PR as requested |
xendarboh
left a comment
There was a problem hiding this comment.
This enables one to build, install, and use git-crypt on Ubuntu LTS.
When otherwise, it fails to build. So +1 👍
Thanx!
ffontaine
commented
Dec 19, 2023
Do you plan on merging this PR? |
maxisam
commented
Feb 6, 2025
fyi, this is merged in my fork |
AGWA
commented
Sep 24, 2025
I believe this has been fixed by 4dd5c20 |
Fix the following build failure with libressl >= 3.5.0:
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com