diff options
author | Eric Wong <e@80x24.org> | 2023-08-01 04:54:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-08-01 17:34:54 +0200 |
commit | 3e440ea0aba0660f356a3e5b9fc366d5d6960847 (patch) | |
tree | 9ec7bebffb6018ce149529a2087cb5c254d37503 /pack-mtimes.c | |
parent | Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41 (diff) | |
download | git-3e440ea0aba0660f356a3e5b9fc366d5d6960847.tar.xz git-3e440ea0aba0660f356a3e5b9fc366d5d6960847.zip |
sha256: avoid functions deprecated in OpenSSL 3+
OpenSSL 3+ deprecates the SHA256_Init, SHA256_Update, and SHA256_Final
functions, leading to errors when building with `DEVELOPER=1'.
Use the newer EVP_* API with OpenSSL 3+ despite being more
error-prone and less efficient due to heap allocations.
Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-mtimes.c')
0 files changed, 0 insertions, 0 deletions