diff options
Diffstat (limited to 'src/lib/libcrypto/doc/RAND_bytes.pod')
-rw-r--r-- | src/lib/libcrypto/doc/RAND_bytes.pod | 9 |
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 | ||
33 | RAND_bytes() returns 1 on success, 0 otherwise. The error code can be | 33 | RAND_bytes() returns 1 on success, 0 otherwise. The error code can be obtained |
34 | obtained by L<ERR_get_error(3)|ERR_get_error(3)>. RAND_pseudo_bytes() returns 1 if the | 34 | by L<ERR_get_error(3)|ERR_get_error(3)>. RAND_pseudo_bytes() returns 1 if the |
35 | bytes generated are cryptographically strong, 0 otherwise. Both | 35 | bytes generated are cryptographically strong, 0 otherwise. Both functions |
36 | functions return -1 if they are not supported by the current RAND | 36 | return -1 if they are not supported by the current RAND method. |
37 | method. | ||
38 | 37 | ||
39 | =head1 SEE ALSO | 38 | =head1 SEE ALSO |
40 | 39 | ||