author | Junio C Hamano <junkio@cox.net> | |
Tue, 1 Nov 2005 18:56:03 +0000 (10:56 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 1 Nov 2005 22:05:12 +0000 (14:05 -0800) | ||
commit | 77ab8798d3f8df39877235be17bb6e70077aaba2 | |
tree | 6a9a4a9efa37f60acb44ce12a9c7159561b837d9 | tree | snapshot |
parent | 710c97dbb1a4469816ae01f4a26661cdba2c401b | commit | diff |
Fix constness of input in mozilla-sha1/sha1.c::SHA1_Update().
Among the three of our own implementations, only this one lacked
"const" from the second argument.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Among the three of our own implementations, only this one lacked
"const" from the second argument.
Signed-off-by: Junio C Hamano <junkio@cox.net>
mozilla-sha1/sha1.c | diff | blob | history | |
mozilla-sha1/sha1.h | diff | blob | history |