CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/27 23:14:30
Modified files:
usr.bin/openssl: ca.c
Log message:
Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.c
suggested from tb@ for do_updatedb(),
and applied the same for do_body() and do_revoke().
