Correction: uncompressed is the default value
authorGregoryTrzonkowski <gregory.trzonkowski@gmail.com>
Wed, 27 Jul 2022 09:43:25 +0000 (11:43 +0200)
committerPauli <pauli@openssl.org>
Fri, 29 Jul 2022 01:06:04 +0000 (11:06 +1000)
CLA: trivial

The description was incorrect. The uncompressed is the default value.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18889)

doc/man1/openssl-ec.pod.in

index 8696701257899a4dbf95d82505a8879168f24245..f6f1e3882ed76bcbaeed860460ba5c969f032191 100644 (file)
@@ -118,8 +118,8 @@ a public key.
 =item B<-conv_form> I<arg>
 
 This specifies how the points on the elliptic curve are converted
-into octet strings. Possible values are: B<compressed> (the default
-value), B<uncompressed> and B<hybrid>. For more information regarding
+into octet strings. Possible values are: B<compressed>, B<uncompressed> (the
+default value) and B<hybrid>. For more information regarding
 the point conversion forms please read the X9.62 standard.
 B<Note> Due to patent issues the B<compressed> option is disabled
 by default for binary curves and can be enabled by defining