Don't burden keycrunch_{md5,sha1,rmd160}() with identical code to prepare a
authortim <tim@openbsd.org>
Tue, 6 Oct 2015 15:07:45 +0000 (15:07 +0000)
committertim <tim@openbsd.org>
Tue, 6 Oct 2015 15:07:45 +0000 (15:07 +0000)
commit07d6c0a2ab2aee22262288a5fb6c445d1664dd59
treeab0987fcc228d75d3c05155ec26273aa43bc1813
parentad8f8252d77c19917e6a50f400b3ecc4e70de835
Don't burden keycrunch_{md5,sha1,rmd160}() with identical code to prepare a
buffer based on whether they are called by keycrunch() or f(). Instead let
keycrunch() and f() take care of this themselves.

OK millert@
lib/libskey/skeysubr.c