summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/crypto/RAND_bytes.pod
diff options
context:
space:
mode:
authorjim <jim@openbsd.org>2014-05-04 22:26:32 +0000
committerjim <jim@openbsd.org>2014-05-04 22:26:32 +0000
commit214cef99cb94b41933e487f7d2298f8fd2926d9a (patch)
tree4900f4cffbe906d8ca7b440d1964a9f7b1147847 /lib/libssl/src/doc/crypto/RAND_bytes.pod
parentAdd missing SEE ALSO section header. (diff)
downloadwireguard-openbsd-214cef99cb94b41933e487f7d2298f8fd2926d9a.tar.xz
wireguard-openbsd-214cef99cb94b41933e487f7d2298f8fd2926d9a.zip
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
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