commit | 60b5245360a70f4b10a6c77aa0bf5ee04b2e7262 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Fri Jan 21 17:50:27 2000 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Fri Jan 21 17:50:27 2000 +0000 |
tree | 2de908febe44ee615faf54ddd405e163d72c3f63 | |
parent | 5d82c5b3f425b13d9e75db8b21db92a8cf22159b [diff] [blame] |
Document RAND library.
diff --git a/doc/crypto/RSA_generate_key.pod b/doc/crypto/RSA_generate_key.pod index cdf5270..3cdc07f 100644 --- a/doc/crypto/RSA_generate_key.pod +++ b/doc/crypto/RSA_generate_key.pod
@@ -46,7 +46,7 @@ The process is then repeated for prime q with B<callback(3, 1, cb_arg)>. -=head1 RETURN VALUES +=head1 RETURN VALUE If key generation fails, RSA_generate_key() returns B<NULL>; the error codes can be obtained by ERR_get_error(3).