K 10 svn:author V 2 bz K 8 svn:date V 27 2010-01-17T13:31:48.355903Z K 7 svn:log V 306 MFC r187826: While OpenBSD's crypto/ framework has sha1 and md5 implementations that can cope with a result buffer of NULL in the "Final" function, we cannot. Thus pass in a temporary buffer long enough for either md5 or sha1 results so that we do not panic. PR: bin/126468 Reviewed by: cperciva END