Skip to content

Commit b212c0c

Browse files
bk2204gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f87e813 commit b212c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#ifndef platform_SHA_CTX
1919
/*
2020
* platform's underlying implementation of SHA-1; could be OpenSSL,
21-
* blk_SHA, Apple CommonCrypto, etc... Note that including
22-
* SHA1_HEADER may have already defined platform_SHA_CTX for our
21+
* blk_SHA, Apple CommonCrypto, etc... Note that the relevant
22+
* SHA-1 header may have already defined platform_SHA_CTX for our
2323
* own implementations like block-sha1 and ppc-sha1, so we list
2424
* the default for OpenSSL compatible SHA-1 implementations here.
2525
*/

0 commit comments

Comments
 (0)