The branch master has been updated
       via  6da34cfbddede5e46f9c9183b724c99999dcfb41 (commit)
      from  886c2e614fc1e78e658122bf6f6bccdd7dd23857 (commit)


- Log -----------------------------------------------------------------
commit 6da34cfbddede5e46f9c9183b724c99999dcfb41
Author: Ken Goldman <[email protected]>
Date:   Sat Jun 2 16:17:32 2018 -0400

    Document failure return for ECDSA_SIG_new
    
    ECDSA_SIG_new() returns NULL on error.
    
    Reviewed-by: Matthias St. Pierre <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/6398)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/ECDSA_SIG_new.pod | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/man3/ECDSA_SIG_new.pod b/doc/man3/ECDSA_SIG_new.pod
index 72962f0..0bf63f8 100644
--- a/doc/man3/ECDSA_SIG_new.pod
+++ b/doc/man3/ECDSA_SIG_new.pod
@@ -121,6 +121,8 @@ returned as a newly allocated B<ECDSA_SIG> structure (or 
NULL on error).
 
 =head1 RETURN VALUES
 
+ECDSA_SIG_new() returns NULL if the allocation fails.
+
 ECDSA_SIG_set0() returns 1 on success or 0 on failure.
 
 ECDSA_SIG_get0_r() and ECDSA_SIG_get0_s() return the corresponding value,
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to