]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/DH_size.pod
Add missing 'RETURN VALUES' sections in doc
[thirdparty/openssl.git] / doc / man3 / DH_size.pod
index 2421558d1f4815733ab73e0ba11156dc4c6f500e..c5b0a9fb33748a44a50c81fe792892b348105003 100644 (file)
@@ -28,7 +28,7 @@ B<dh> and B<dh-E<gt>p> must not be B<NULL>.
 DH_security_bits() returns the number of security bits of the given B<dh>
 key. See L<BN_security_bits(3)>.
 
-=head1 RETURN VALUE
+=head1 RETURN VALUES
 
 DH_size() returns the prime size of Diffie-Hellman in bytes.