Clarification.

This commit is contained in:
Dr. Stephen Henson 2009-10-17 23:08:32 +00:00
parent 6c17629f91
commit 9074df8684

View 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();