CVSROOT: /cvs Module name: src Changes by: jos...@cvs.openbsd.org 2025/07/27 08:46:20
Modified files: usr.bin/openssl: certhash.c Log message: openssl certhash: add digest param to certhash_directory This will allow us to call certhash_directory with other digests as required to implement the openssl rehash command, which uses SHA1 or MD5. ok jsing tb