Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/git-crypt: fix build with libressl >= 3.5.0
Fix the following build failure with libressl raised since bump to version 3.5.2 in commit 8b21692: 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 <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
- Loading branch information