diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-12-30 15:24:09 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-30 06:50:49 -0800 |
commit | d2c0b6a86cb0f1a73d9ad5fcffda45497cd7ad42 (patch) | |
tree | 885b6408cf7a2ecb5ddbb5c2e624f04b9ed3f06b /commit.c | |
parent | 12068bd4de03c7769f50cd8321f792477692d0ea (diff) |
meson: wire up unsafe SHA1 backend
In 06c92dafb8 (Makefile: allow specifying a SHA-1 for non-cryptographic
uses, 2024-09-26), we have introduced a cryptographically-insecure
backend for SHA1 that can optionally be used in some contexts where the
processed data is not security relevant. This effort was in-flight with
the effort to introduce Meson, so we don't have an equivalent here.
Wire up a new build option that lets users pick an unsafe SHA1 backend.
Note that for simplicity's sake we have to drop the error condition
around an unhandled SHA1 backend. This should be fine though given that
Meson verifies the value for combo-options for us.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions