CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/30 05:19:00
Modified files:
usr.bin/openssl: dgst.c
Log message:
Convert openssl(1) dgst to the newer style of option handling
Adapt openssl(1) dgst command to new option handling.
Added dgst_options struct and option handlers, and replaced for-if-strcmp
handling with options_parse().
ok bcook@ jsing@
