Update RAND_load_file return value.
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4537)
This commit is contained in:
parent
432f8688bb
commit
fe7a4d7c4c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue