From 7bbacc3f2d14d47261e2d7e6a1789741026a1670 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 26 Aug 2018 18:04:54 +0000 Subject: fix the same "an non" issue found by tb in EVP_EncryptInit.3; --- src/lib/libcrypto/man/x509v3.cnf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libcrypto/man/x509v3.cnf.5 b/src/lib/libcrypto/man/x509v3.cnf.5 index fcdf06301a..d307e6a1d0 100644 --- a/src/lib/libcrypto/man/x509v3.cnf.5 +++ b/src/lib/libcrypto/man/x509v3.cnf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: x509v3.cnf.5,v 1.4 2018/02/16 18:48:55 schwarze Exp $ +.\" $OpenBSD: x509v3.cnf.5,v 1.5 2018/08/26 18:04:54 jmc Exp $ .\" full merge up to: .\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700 .\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400 @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 16 2018 $ +.Dd $Mdocdate: August 26 2018 $ .Dt X509V3.CNF 5 .Os .Sh NAME @@ -130,7 +130,7 @@ is .Cm TRUE , then an optional .Ic pathlen -name followed by an non-negative value can be included. +name followed by a non-negative value can be included. For example: .Bd -literal -offset indent basicConstraints=CA:TRUE -- cgit v1.2.3-55-g6feb