[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue Oct 17 19:40:21 UTC 2017
The branch master has been updated
via fe7a4d7c4c8148f732bc47ef7585f4aa41b7391a (commit)
from 432f8688bb72e21939845ac7a69359ca718c6676 (commit)
- Log -----------------------------------------------------------------
commit fe7a4d7c4c8148f732bc47ef7585f4aa41b7391a
Author: Rich Salz <rsalz at openssl.org>
Date: Mon Oct 16 12:10:45 2017 -0400
Update RAND_load_file return value.
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4537)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/RAND_load_file.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/RAND_load_file.pod b/doc/man3/RAND_load_file.pod
index 3cb7084..2fe932f 100644
--- a/doc/man3/RAND_load_file.pod
+++ b/doc/man3/RAND_load_file.pod
@@ -58,7 +58,7 @@ B<num> is too small for the path name, an error occurs.
=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, or -1 if the
bytes written were generated without appropriate seeding.
More information about the openssl-commits
mailing list