Clarification.
[openssl.git] / doc / crypto / X509_VERIFY_PARAM_set_flags.pod
index 3ece7a0778e4955cdd6457c9a404deb8184d0e4d..b68eece033876b1732ba092ecee759b9f04901aa 100644 (file)
@@ -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();