CVSROOT:        /cvs
Module name:    src
Changes by:     inogu...@cvs.openbsd.org        2021/08/27 20:11:18

Modified files:
        usr.bin/openssl: ca.c 

Log message:
Checking the return value in openssl(1) ca.c

Some functions are used without verifying the return value in openssl(1) ca.
This diff adds checking for the function return value.
With this diff, I changed return value of the write_new_certificate from void
to int to return the condition to the caller.

ok and comments from tb@

Reply via email to