Consolidate null_sha1[].

Signed-off-by: Junio C Hamano <junio@twinsun.com>
This commit is contained in:
Junio C Hamano
2005-09-30 14:02:47 -07:00
committed by Junio C Hamano
parent 894a8a8b1b
commit 88cd621dee
4 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,8 @@
#endif
#endif
const unsigned char null_sha1[20] = { 0, };
static unsigned int sha1_file_open_flag = O_NOATIME;
static unsigned hexval(char c)