diff options
author | inoguchi <> | 2021-08-28 02:11:18 +0000 |
---|---|---|
committer | inoguchi <> | 2021-08-28 02:11:18 +0000 |
commit | ce5b47f96895cf54d0b04da168801c91c8a99e93 (patch) | |
tree | 648e2c5327c8ed01151ab508223ebb88b35f166d /src/regress/lib/libc/stdio_threading | |
parent | a1a6a093d1a890b18821701c464e83e40b1baa7a (diff) | |
download | openbsd-ce5b47f96895cf54d0b04da168801c91c8a99e93.tar.gz openbsd-ce5b47f96895cf54d0b04da168801c91c8a99e93.tar.bz2 openbsd-ce5b47f96895cf54d0b04da168801c91c8a99e93.zip |
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@
Diffstat (limited to 'src/regress/lib/libc/stdio_threading')
0 files changed, 0 insertions, 0 deletions