CVSROOT: /cvs Module name: src Changes by: inogu...@cvs.openbsd.org 2019/07/29 04:06:55
Modified files: usr.bin/openssl: dgst.c Log message: Moving variables into struct in openssl(1) dgst First step to adapt openssl(1) dgst command to new option handling. There is no functional changes by this diff, and just moving variables into dgst_config struct. ok bcook@