From: Sambit Kumar Dash Date: Fri, 24 May 2019 02:26:22 +0000 (+1000) Subject: Doc update: minor typo in CMS_verify.pod X-Git-Tag: openssl-3.0.0-alpha1~2039 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55e09d17d4c84213d372651b0c91bdc9ef786728;p=oweals%2Fopenssl.git Doc update: minor typo in CMS_verify.pod CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/8952) --- diff --git a/doc/man3/CMS_verify.pod b/doc/man3/CMS_verify.pod index 02646c79a3..159c378b0e 100644 --- a/doc/man3/CMS_verify.pod +++ b/doc/man3/CMS_verify.pod @@ -46,7 +46,7 @@ are used as untrusted CAs. If CRL checking is enabled in B any internal CRLs are used in addition to attempting to look them up in B. If any chain verify fails an error code is returned. -Finally the signed content is read (and written to B is it is not NULL) +Finally the signed content is read (and written to B if it is not NULL) and the signature's checked. If all signature's verify correctly then the function is successful.