(md5_stream) [BLOCKSIZE]: Move definition to top of file.
authorJim Meyering <jim@meyering.net>
Tue, 18 Feb 2003 19:00:16 +0000 (19:00 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Feb 2003 19:00:16 +0000 (19:00 +0000)
commit7496bc25b0f925693021d89f91d972c860f959b5
treef66d00b78f9addff51b840de858a8a139ce0cc09
parent38b90cb669bb1c5645c22fd7f1511c25046dcacd
(md5_stream) [BLOCKSIZE]: Move definition to top of file.
Ensure that it is a multiple of 64.
Rearrange loop exit tests so as to avoid performing an
additional fread after encountering an error or EOF.
lib/md5.c