summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-11-01 07:01:42 +0000
committertb <>2018-11-01 07:01:42 +0000
commit292a1617f4124b60077b64af74eb58e449b0cd63 (patch)
tree5091bc0fabdd6e3793d918bc640730024a7e9c76 /src
parentdb4fc0962ebc47ff674e30b1203fa5627bdd3da4 (diff)
downloadopenbsd-292a1617f4124b60077b64af74eb58e449b0cd63.tar.gz
openbsd-292a1617f4124b60077b64af74eb58e449b0cd63.tar.bz2
openbsd-292a1617f4124b60077b64af74eb58e449b0cd63.zip
Make the documentation of -conv_form match reality. It defaults
to uncompressed rather than compressed. From Jacqueline Jolicoeur
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/openssl.112
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 6bd2ee7d5f..3cd9df44e5 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.94 2018/08/24 20:12:24 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.95 2018/11/01 07:01:42 tb Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: August 24 2018 $ 113.Dd $Mdocdate: November 1 2018 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -1324,9 +1324,9 @@ The options are as follows:
1324Specify how the points on the elliptic curve are converted 1324Specify how the points on the elliptic curve are converted
1325into octet strings. 1325into octet strings.
1326Possible values are: 1326Possible values are:
1327.Cm compressed 1327.Cm compressed ,
1328.Cm uncompressed
1328(the default), 1329(the default),
1329.Cm uncompressed ,
1330and 1330and
1331.Cm hybrid . 1331.Cm hybrid .
1332For more information regarding 1332For more information regarding
@@ -1432,9 +1432,9 @@ Validate the elliptic curve parameters.
1432Specify how the points on the elliptic curve are converted 1432Specify how the points on the elliptic curve are converted
1433into octet strings. 1433into octet strings.
1434Possible values are: 1434Possible values are:
1435.Cm compressed 1435.Cm compressed ,
1436.Cm uncompressed
1436(the default), 1437(the default),
1437.Cm uncompressed ,
1438and 1438and
1439.Cm hybrid . 1439.Cm hybrid .
1440For more information regarding 1440For more information regarding