Mercurial > hg > xemacs-beta
comparison src/md5.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 183866b06e0b |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
577 | 577 |
578 /* Get the data while doing the conversion. */ | 578 /* Get the data while doing the conversion. */ |
579 while (1) | 579 while (1) |
580 { | 580 { |
581 Bufbyte tempbuf[1024]; /* some random amount */ | 581 Bufbyte tempbuf[1024]; /* some random amount */ |
582 Lstream_data_count size_in_bytes = | 582 Lstream_Data_Count size_in_bytes = |
583 Lstream_read (XLSTREAM (instream), tempbuf, sizeof (tempbuf)); | 583 Lstream_read (XLSTREAM (instream), tempbuf, sizeof (tempbuf)); |
584 if (!size_in_bytes) | 584 if (!size_in_bytes) |
585 break; | 585 break; |
586 | 586 |
587 /* Process the bytes. */ | 587 /* Process the bytes. */ |