summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2018-08-26 18:04:54 +0000
committerjmc <>2018-08-26 18:04:54 +0000
commit8ce5b13cb65d965ee2ec79ee11e0708a87372462 (patch)
tree691d588cdcb8c48de1d0a8cfa8e6738dd7b1c5ed
parentfce822522729b37580b262729a074fabf44400b2 (diff)
downloadopenbsd-8ce5b13cb65d965ee2ec79ee11e0708a87372462.tar.gz
openbsd-8ce5b13cb65d965ee2ec79ee11e0708a87372462.tar.bz2
openbsd-8ce5b13cb65d965ee2ec79ee11e0708a87372462.zip
fix the same "an non" issue found by tb in EVP_EncryptInit.3;
-rw-r--r--src/lib/libcrypto/man/x509v3.cnf.56
1 files 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 @@
1.\" $OpenBSD: x509v3.cnf.5,v 1.4 2018/02/16 18:48:55 schwarze Exp $ 1.\" $OpenBSD: x509v3.cnf.5,v 1.5 2018/08/26 18:04:54 jmc Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700 3.\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700
4.\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400 4.\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: February 16 2018 $ 54.Dd $Mdocdate: August 26 2018 $
55.Dt X509V3.CNF 5 55.Dt X509V3.CNF 5
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -130,7 +130,7 @@ is
130.Cm TRUE , 130.Cm TRUE ,
131then an optional 131then an optional
132.Ic pathlen 132.Ic pathlen
133name followed by an non-negative value can be included. 133name followed by a non-negative value can be included.
134For example: 134For example:
135.Bd -literal -offset indent 135.Bd -literal -offset indent
136basicConstraints=CA:TRUE 136basicConstraints=CA:TRUE