Add missing 'RETURN VALUES' sections in doc
[openssl.git] / doc / man3 / RSA_generate_key.pod
index ba07e6f75c4dc000f39a5312a1a826ef430083ec..5050a8ea0bb92b0e1876c23411c35506a2411f17 100644 (file)
@@ -73,7 +73,7 @@ it is called as B<BN_GENCB_call(cb, 3, 0)>.
 The process is then repeated for prime q and other primes (if any)
 with B<BN_GENCB_call(cb, 3, i)> where B<i> indicates the i-th prime.
 
-=head1 RETURN VALUE
+=head1 RETURN VALUES
 
 RSA_generate_multi_prime_key() returns 1 on success or 0 on error.
 RSA_generate_key_ex() returns 1 on success or 0 on error.