diff options
author | 2014-05-04 22:26:32 +0000 | |
---|---|---|
committer | 2014-05-04 22:26:32 +0000 | |
commit | 214cef99cb94b41933e487f7d2298f8fd2926d9a (patch) | |
tree | 4900f4cffbe906d8ca7b440d1964a9f7b1147847 /lib/libssl/src/doc/crypto/RAND_bytes.pod | |
parent | Add missing SEE ALSO section header. (diff) | |
download | wireguard-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.pod | 9 |
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 |