Enforce return values section check
[openssl.git] / doc / man3 / X509_check_private_key.pod
index a1fb07b1097e5066ccd08645ca6b5a26517cd00e..d394290ce748bab00dd50d23fce23090b812edbe 100644 (file)
@@ -22,7 +22,7 @@ key B<k> with the public key in B<x>.
 X509_REQ_check_private_key() is equivalent to X509_check_private_key()
 except that B<x> represents a certificate request of structure B<X509_REQ>.
 
-=head1 RETURN VALUE
+=head1 RETURN VALUES
 
 X509_check_private_key() and X509_REQ_check_private_key() return 1 if
 the keys match each other, and 0 if not.