summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-10-16 12:10:45 -0400
committerRich Salz <rsalz@openssl.org>2017-10-17 15:41:48 -0400
commitc290d61fd35f2a33cf5e93f9dc74a0929171fc96 (patch)
treedc0a82ad35943a8c39ba6dde99d4dbdced6270f3 /doc
parent20fe5052baaaba7a0dff02471ab484b576587898 (diff)
Update RAND_load_file return value.
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4537) (cherry picked from commit fe7a4d7c4c8148f732bc47ef7585f4aa41b7391a)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/RAND_load_file.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RAND_load_file.pod b/doc/crypto/RAND_load_file.pod
index 39084b2c5d..1053a925ad 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.