CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/06 09:07:45
Modified files:
lib/libskey : skeysubr.c
Log message:
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@
