libmd - Improve performance when doing a MD5 of a file via read().
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Jan 2010 19:59:08 +0000 (11:59 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Jan 2010 19:59:08 +0000 (11:59 -0800)
commit528153b7dd473392562756092146979e28e2fbe4
tree51560aff20c5dd962a7dd6770ff85a9e2bdb0b08
parent5d5c583125c83ef80b172eb2cd1554f05564594e
libmd - Improve performance when doing a MD5 of a file via read().

* The code was using BUFSIZ, which is (ick) 1024 bytes.  Increase the
  file buffer to 8192 bytes.
lib/libmd/mdXhl.c