summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/des/des.pod2
-rw-r--r--doc/crypto/evp.pod1
-rw-r--r--doc/ssl/SSL_CTX_add1_chain_cert.pod2
-rw-r--r--doc/ssl/SSL_CTX_set1_curves.pod2
-rw-r--r--doc/ssl/SSL_CTX_set1_verify_cert_store.pod2
5 files changed, 3 insertions, 6 deletions
diff --git a/crypto/des/des.pod b/crypto/des/des.pod
index bf479e83d2..b8daf6168a 100644
--- a/crypto/des/des.pod
+++ b/crypto/des/des.pod
@@ -181,6 +181,8 @@ the uuencoded file to embed in the begin line of the uuencoded
output. If there is no name specified after the B<-u>, the name text.des
will be embedded in the header.
+=back
+
=head1 SEE ALSO
ps(1),
diff --git a/doc/crypto/evp.pod b/doc/crypto/evp.pod
index 8a9ed9660c..29fab9fd51 100644
--- a/doc/crypto/evp.pod
+++ b/doc/crypto/evp.pod
@@ -35,6 +35,7 @@ EVP_PKEYs can be compared using L<EVP_PKEY_cmp(3)|EVP_PKEY_cmp(3)>, or printed u
L<EVP_PKEY_print_private(3)|EVP_PKEY_print_private(3)>.
The EVP_PKEY functions support the full range of asymmetric algorithm operations:
+
=over
=item For key agreement see L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
diff --git a/doc/ssl/SSL_CTX_add1_chain_cert.pod b/doc/ssl/SSL_CTX_add1_chain_cert.pod
index ef26c9f86b..04f7526dfb 100644
--- a/doc/ssl/SSL_CTX_add1_chain_cert.pod
+++ b/doc/ssl/SSL_CTX_add1_chain_cert.pod
@@ -79,8 +79,6 @@ using SSL_CTX_add_extra_chain_cert() will be used.
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)>
diff --git a/doc/ssl/SSL_CTX_set1_curves.pod b/doc/ssl/SSL_CTX_set1_curves.pod
index 711f5639ad..0c9be25156 100644
--- a/doc/ssl/SSL_CTX_set1_curves.pod
+++ b/doc/ssl/SSL_CTX_set1_curves.pod
@@ -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)>
diff --git a/doc/ssl/SSL_CTX_set1_verify_cert_store.pod b/doc/ssl/SSL_CTX_set1_verify_cert_store.pod
index a30ae93cf9..493cca4819 100644
--- a/doc/ssl/SSL_CTX_set1_verify_cert_store.pod
+++ b/doc/ssl/SSL_CTX_set1_verify_cert_store.pod
@@ -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)>