From df274c334c523f7375d5aa60ff4b9a846c3e2a6c Mon Sep 17 00:00:00 2001 From: GregoryTrzonkowski Date: Wed, 27 Jul 2022 11:43:25 +0200 Subject: [PATCH] Correction: uncompressed is the default value CLA: trivial The description was incorrect. The uncompressed is the default value. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18889) --- doc/man1/openssl-ec.pod.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man1/openssl-ec.pod.in b/doc/man1/openssl-ec.pod.in index 86967012578..f6f1e3882ed 100644 --- a/doc/man1/openssl-ec.pod.in +++ b/doc/man1/openssl-ec.pod.in @@ -118,8 +118,8 @@ a public key. =item B<-conv_form> I This specifies how the points on the elliptic curve are converted -into octet strings. Possible values are: B (the default -value), B and B. For more information regarding +into octet strings. Possible values are: B, B (the +default value) and B. For more information regarding the point conversion forms please read the X9.62 standard. B Due to patent issues the B option is disabled by default for binary curves and can be enabled by defining -- 2.47.2