Avoid gcc warnings in sha1_file.c
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 3 Jul 2005 16:58:44 +0000 (09:58 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 3 Jul 2005 16:58:44 +0000 (09:58 -0700)
commit4d235c8044a638108b67e22f94b2876657130fc8
tree715659d7f232f1ecbe19674a16c9b03067f6c9e1
parent8a65ff7666db1299449a397bab3d39d74b82aa54
Avoid gcc warnings in sha1_file.c

A couple of bogus "might be used undefined" warnings are avoided
by moving the initializations unnecessarily early.
sha1_file.c