CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/24 07:49:24
Modified files:
usr.bin/openssl: pkcs12.c
Log message:
Convert openssl(1) pkcs12 to the newer style of option handling
Adapt openssl(1) pkcs12 command to new option handling.
Added pkcs12_options struct, and replaced for-if-strcmp handling with
options_parse().
ok and comments jsing@
