OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Thu Apr 29 2004 - 10:51:16 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2004/04/29 09:51:16

Modified files:
        include : md4.h md5.h sha1.h rmd160.h sha2.h
        lib/libc/hash : helper.c mdX.3 rmd160.3 sha1.3 sha2.3

Log message:
Undo some recent prototype changes; it is legal to pass the helper
functions can take a NULL buf pointer. They will malloc memory as
needed in this case.