CVSROOT: /cvs Module name: src Changes by: inogu...@cvs.openbsd.org 2019/07/23 04:18:32
Modified files: usr.bin/openssl: pkcs12.c Log message: Moving variables into struct in openssl(1) pkcs12 First step to adapt openssl(1) pkcs12 command to new option handling. There is no functional changes by this diff, and just moving variables into pkcs12_config struct. I still keep long lines more than 80 for this review to minimize diffs. ok jsing@ tb@