openbsd-ports/net/dctc/patches/patch-src_md_h
jasper 267981508a - update dctc to a less ancient version 0.85.9
- merge parts of pkg/SECURITY into pkg/MESSAGE
- fix license marker

feedback and ok ajacoutot@
2008-08-25 15:14:43 +00:00

13 lines
646 B
Plaintext

$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 */