CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/25 06:32:49
Modified files:
lib/libcrypto/pkcs12: p12_npas.c
Log message:
Merge PKCS12_newpass() and newpass_p12()
With the previous refactoring, newpass_p12() became simple enough that it
doesn't require a separate function anymore. Merge the public API into it
and move it below (most of) the things it calls.
ok jsing
