summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-17 23:08:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-17 23:08:32 +0000
commit9074df868464024c288c0ba232042bf06f2823e8 (patch)
tree7c2632d05012c2b905654933f0843fcb2ff2f29b /doc
parent6c17629f914aaf17979e96fb0abd8af20ea9d1fc (diff)
Clarification.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/X509_VERIFY_PARAM_set_flags.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/X509_VERIFY_PARAM_set_flags.pod b/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
index 3ece7a0778..b68eece033 100644
--- a/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
+++ b/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
@@ -151,8 +151,8 @@ CRLs from the CRL distribution points extension.
=head1 EXAMPLE
-Enable CRL checking when performing certificate verification of an B<SSL_CTX>
-structure:
+Enable CRL checking when performing certificate verification during SSL
+connections associated with an B<SSL_CTX> structure B<ctx>:
X509_VERIFY_PARAM *param;
param = X509_VERIFY_PARAM_new();