From 9074df868464024c288c0ba232042bf06f2823e8 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 17 Oct 2009 23:08:32 +0000 Subject: [PATCH] Clarification. --- doc/crypto/X509_VERIFY_PARAM_set_flags.pod | 4 ++-- 1 file 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 -structure: +Enable CRL checking when performing certificate verification during SSL +connections associated with an B structure B: X509_VERIFY_PARAM *param; param = X509_VERIFY_PARAM_new(); -- 2.34.1