Fixed various pod errors
This commit is contained in:
parent
15a4add72d
commit
1d3f432b53
4 changed files with 2 additions and 5 deletions
|
@ -327,6 +327,8 @@ The value is a file name.
|
|||
|
||||
The value is a directory name.
|
||||
|
||||
=back
|
||||
|
||||
=head1 NOTES
|
||||
|
||||
The order of operations is significant. This can be used to set either defaults
|
||||
|
|
|
@ -138,7 +138,6 @@ a verification error occurs then 2 is returned.
|
|||
|
||||
All other functions return 1 for success and 0 for failure.
|
||||
|
||||
=back
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
|
|
|
@ -87,8 +87,6 @@ SSL_get1_curves() returns the number of curves, which may be zero.
|
|||
SSL_get1_shared_curve() returns the NID of shared curve B<n> of zero if there
|
||||
is no shared curve B<n> or the number of shared curves if B<n> is -1.
|
||||
|
||||
=back
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>
|
||||
|
|
|
@ -70,8 +70,6 @@ versions of OpenSSL.
|
|||
|
||||
All these functions return 1 for success and 0 for failure.
|
||||
|
||||
=back
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>
|
||||
|
|
Loading…
Reference in a new issue