summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RAND_bytes.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 22:26:33 +0000
committerjim <>2014-05-04 22:26:33 +0000
commitcd97ab584496168ea99dfe43e3be997ea086b8e6 (patch)
treec61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/RAND_bytes.pod
parent18a7f65e7a1b8f6fab29266772aee3efe424a41a (diff)
downloadopenbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.gz
openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.bz2
openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.zip
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/RAND_bytes.pod')
-rw-r--r--src/lib/libcrypto/doc/RAND_bytes.pod9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libcrypto/doc/RAND_bytes.pod b/src/lib/libcrypto/doc/RAND_bytes.pod
index 1a9b91e281..34c945b4e5 100644
--- a/src/lib/libcrypto/doc/RAND_bytes.pod
+++ b/src/lib/libcrypto/doc/RAND_bytes.pod
@@ -30,11 +30,10 @@ the new pseudo-random bytes unless disabled at compile time (see FAQ).
30 30
31=head1 RETURN VALUES 31=head1 RETURN VALUES
32 32
33RAND_bytes() returns 1 on success, 0 otherwise. The error code can be 33RAND_bytes() returns 1 on success, 0 otherwise. The error code can be obtained
34obtained by L<ERR_get_error(3)|ERR_get_error(3)>. RAND_pseudo_bytes() returns 1 if the 34by L<ERR_get_error(3)|ERR_get_error(3)>. RAND_pseudo_bytes() returns 1 if the
35bytes generated are cryptographically strong, 0 otherwise. Both 35bytes generated are cryptographically strong, 0 otherwise. Both functions
36functions return -1 if they are not supported by the current RAND 36return -1 if they are not supported by the current RAND method.
37method.
38 37
39=head1 SEE ALSO 38=head1 SEE ALSO
40 39