[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Wed Dec 12 09:40:14 UTC 2018
The branch OpenSSL_1_1_0-stable has been updated
via 47c55f881ffef8aa5fafcb88d4230700bb279449 (commit)
from e29dcc3794bdc3928942ffb38ee383328b0d6dc1 (commit)
- Log -----------------------------------------------------------------
commit 47c55f881ffef8aa5fafcb88d4230700bb279449
Author: Tobias Stoeckmann <tobias at stoeckmann.org>
Date: Tue Dec 11 20:34:21 2018 +0100
Fixed typo (vi leftover).
There was a trailing :w at a line, which didn't make sense in context
of the sentence/styling. Removed it, because I think it's a leftover
vi command.
CLA: trivial
Signed-off-by: Tobias Stoeckmann <tobias at stoeckmann.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7875)
(cherry picked from commit 143b631639f95822e5e00768254fa35c787f6396)
-----------------------------------------------------------------------
Summary of changes:
doc/apps/ca.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index 9885bb2..5e183e1 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -223,7 +223,7 @@ the section of the configuration file containing certificate extensions
to be added when a certificate is issued (defaults to B<x509_extensions>
unless the B<-extfile> option is used). If no extension section is
present then, a V1 certificate is created. If the extension section
-is present (even if it is empty), then a V3 certificate is created. See the:w
+is present (even if it is empty), then a V3 certificate is created. See the
L<x509v3_config(5)> manual page for details of the
extension section format.
More information about the openssl-commits
mailing list