Document the BN library.
[openssl.git] / doc / crypto / RSA_generate_key.pod
index cdf527069a43a1de208ef4b52420e979b557b501..3cdc07f374d32f000482726f2c5abdf503e584ea 100644 (file)
@@ -46,7 +46,7 @@ it is called as B<callback(3, 0, cb_arg)>.
 
 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).