[openssl] master update
shane.lontis at oracle.com
shane.lontis at oracle.com
Fri May 24 02:45:52 UTC 2019
The branch master has been updated
via 55e09d17d4c84213d372651b0c91bdc9ef786728 (commit)
from 0f52d9ed7ed9f9a447131b79f252b8254e69781f (commit)
- Log -----------------------------------------------------------------
commit 55e09d17d4c84213d372651b0c91bdc9ef786728
Author: Sambit Kumar Dash <sambitdash at gmail.com>
Date: Fri May 24 12:26:22 2019 +1000
Doc update: minor typo in CMS_verify.pod
CLA: trivial
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8952)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/CMS_verify.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/CMS_verify.pod b/doc/man3/CMS_verify.pod
index 02646c7..159c378 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<store> any internal
CRLs are used in addition to attempting to look them up in B<store>. If any
chain verify fails an error code is returned.
-Finally the signed content is read (and written to B<out> is it is not NULL)
+Finally the signed content is read (and written to B<out> if it is not NULL)
and the signature's checked.
If all signature's verify correctly then the function is successful.
More information about the openssl-commits
mailing list