Re: [PATCH] mingw: use OpenSSL's SHA-1 routines
From: Johannes Schindelin <hidden>
Date: 2017-02-13 17:16:56
Hi Hannes, On Sat, 11 Feb 2017, Johannes Sixt wrote:
Am 10.02.2017 um 00:41 schrieb Junio C Hamano:quoted
Johannes Schindelin [off-list ref] writes:quoted
From: Jeff Hostetler <redacted> Use OpenSSL's SHA-1 routines rather than builtin block-sha1 routines. This improves performance on SHA1 operations on Intel processors. ... Signed-off-by: Jeff Hostetler <redacted> Signed-off-by: Johannes Schindelin <redacted> ---Nice. Will queue as jh/mingw-openssl-sha1 topic; it is a bit too late for today's integration cycle to be merged to 'next', but let's have this by the end of the week in 'master'.Please don't rush this through. I didn't have a chance to cross-check the patch; it will have to wait for Monday. I would like to address Peff's concerns about additional runtime dependencies.
I never meant this to be fast-tracked into git.git. We have all the time in our lives to get this in, as Git for Windows already carries this patch for a while, and shall continue to do so. Ciao, Dscho