summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_set1_verify_cert_store.pod
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2013-10-21 11:03:02 +0200
committerDr. Stephen Henson <steve@openssl.org>2013-10-22 07:38:25 +0100
commited77017b594754240013c378b4f7c10440c94d7a (patch)
tree65c70906b29d49691ee229127a93a7f3a87fa80a /doc/ssl/SSL_CTX_set1_verify_cert_store.pod
parentc8919dde09d56f03615a52031964bc9a77b26e90 (diff)
POD: Fix list termination
This fixes problems in POD list formatting: extra or missing =back sequences. doc/ssl/SSL_CTX_set1_curves.pod around line 90: =back without =over doc/ssl/SSL_CTX_set1_verify_cert_store.pod around line 73: =back without =over doc/ssl/SSL_CTX_add1_chain_cert.pod around line 82: =back without =over doc/crypto/evp.pod around line 40: '=item' outside of any '=over' crypto/des/des.pod around line 184: You forgot a '=back' before '=head1' PR#3147
Diffstat (limited to 'doc/ssl/SSL_CTX_set1_verify_cert_store.pod')
-rw-r--r--doc/ssl/SSL_CTX_set1_verify_cert_store.pod2
1 files changed, 0 insertions, 2 deletions
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)>