$OpenBSD: patch-src_md_h,v 1.3 2008/08/25 15:14:43 jasper Exp $ --- src/md.h.orig Sun Dec 28 09:12:38 2003 +++ src/md.h Fri Aug 22 20:32:04 2008 @@ -45,7 +45,7 @@ void md5_process_block (const void *buffer, unsigned c /****************************************************/ /* convert the given md5sum into a printable string */ /****************************************************/ -void md5tostr(const unsigned char md5sum[MD5SUMLEN],char str[3*MD5SUMLEN+1]); +void md5tostr(const unsigned char md5sum[MD5SUMLEN],char str[3*MD5SUMLEN+1], size_t len); /****************************************/ /* convert the given string into md5sum */