<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/sha1, branch v2.45.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.45.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.45.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2023-08-01T15:34:56Z</updated>
<entry>
<title>avoid SHA-1 functions deprecated in OpenSSL 3+</title>
<updated>2023-08-01T15:34:56Z</updated>
<author>
<name>Eric Wong</name>
<email>e@80x24.org</email>
</author>
<published>2023-08-01T02:54:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bda9c12073e786e2ffa2c3ec479c7fe098d49999'/>
<id>urn:sha1:bda9c12073e786e2ffa2c3ec479c7fe098d49999</id>
<content type='text'>
OpenSSL 3+ deprecates the SHA1_Init, SHA1_Update, and SHA1_Final
functions, leading to errors when building with `DEVELOPER=1'.

Use the newer EVP_* API with OpenSSL 3+ (only) despite being more
error-prone and less efficient due to heap allocations.

Signed-off-by: Eric Wong &lt;e@80x24.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
