summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/crypto/RAND_bytes.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/doc/crypto/RAND_bytes.pod')
-rw-r--r--lib/libssl/src/doc/crypto/RAND_bytes.pod9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libssl/src/doc/crypto/RAND_bytes.pod b/lib/libssl/src/doc/crypto/RAND_bytes.pod
index 1a9b91e2814..34c945b4e5d 100644
--- a/lib/libssl/src/doc/crypto/RAND_bytes.pod
+++ b/lib/libssl/src/doc/crypto/RAND_bytes.pod
@@ -30,11 +30,10 @@ the new pseudo-random bytes unless disabled at compile time (see FAQ).
=head1 RETURN VALUES
-RAND_bytes() returns 1 on success, 0 otherwise. The error code can be
-obtained by L<ERR_get_error(3)|ERR_get_error(3)>. RAND_pseudo_bytes() returns 1 if the
-bytes generated are cryptographically strong, 0 otherwise. Both
-functions return -1 if they are not supported by the current RAND
-method.
+RAND_bytes() returns 1 on success, 0 otherwise. The error code can be obtained
+by L<ERR_get_error(3)|ERR_get_error(3)>. RAND_pseudo_bytes() returns 1 if the
+bytes generated are cryptographically strong, 0 otherwise. Both functions
+return -1 if they are not supported by the current RAND method.
=head1 SEE ALSO