hash: update obsolete reference to SHA1_HEADER
We moved away from SHA1_HEADER to a preprocessor if chain, but didn't update the comment discussing the platform defines. Update this comment so it reflects the current state of our codebase. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f87e813718
commit
b212c0ca31
4
hash.h
4
hash.h
@ -18,8 +18,8 @@
|
|||||||
#ifndef platform_SHA_CTX
|
#ifndef platform_SHA_CTX
|
||||||
/*
|
/*
|
||||||
* platform's underlying implementation of SHA-1; could be OpenSSL,
|
* platform's underlying implementation of SHA-1; could be OpenSSL,
|
||||||
* blk_SHA, Apple CommonCrypto, etc... Note that including
|
* blk_SHA, Apple CommonCrypto, etc... Note that the relevant
|
||||||
* SHA1_HEADER may have already defined platform_SHA_CTX for our
|
* SHA-1 header may have already defined platform_SHA_CTX for our
|
||||||
* own implementations like block-sha1 and ppc-sha1, so we list
|
* own implementations like block-sha1 and ppc-sha1, so we list
|
||||||
* the default for OpenSSL compatible SHA-1 implementations here.
|
* the default for OpenSSL compatible SHA-1 implementations here.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user