The branch OpenSSL_1_1_0-stable has been updated
       via  c290d61fd35f2a33cf5e93f9dc74a0929171fc96 (commit)
      from  20fe5052baaaba7a0dff02471ab484b576587898 (commit)


- Log -----------------------------------------------------------------
commit c290d61fd35f2a33cf5e93f9dc74a0929171fc96
Author: Rich Salz <[email protected]>
Date:   Mon Oct 16 12:10:45 2017 -0400

    Update RAND_load_file return value.
    
    Reviewed-by: Paul Dale <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/4537)
    
    (cherry picked from commit fe7a4d7c4c8148f732bc47ef7585f4aa41b7391a)

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

Summary of changes:
 doc/crypto/RAND_load_file.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/crypto/RAND_load_file.pod b/doc/crypto/RAND_load_file.pod
index 39084b2..1053a92 100644
--- a/doc/crypto/RAND_load_file.pod
+++ b/doc/crypto/RAND_load_file.pod
@@ -55,7 +55,7 @@ RAND_load_file() in a later session.
 
 =head1 RETURN VALUES
 
-RAND_load_file() returns the number of bytes read.
+RAND_load_file() returns the number of bytes read or -1 on error.
 
 RAND_write_file() returns the number of bytes written, and -1 if the
 bytes written were generated without appropriate seed.
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to