summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/ecparam.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/apps/ecparam.pod')
-rw-r--r--src/lib/libssl/src/doc/apps/ecparam.pod3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libssl/src/doc/apps/ecparam.pod b/src/lib/libssl/src/doc/apps/ecparam.pod
index 788c074d7b..d11c0a27f9 100644
--- a/src/lib/libssl/src/doc/apps/ecparam.pod
+++ b/src/lib/libssl/src/doc/apps/ecparam.pod
@@ -88,9 +88,6 @@ This specifies how the points on the elliptic curve are converted
88into octet strings. Possible values are: B<compressed> (the default 88into octet strings. Possible values are: B<compressed> (the default
89value), B<uncompressed> and B<hybrid>. For more information regarding 89value), B<uncompressed> and B<hybrid>. For more information regarding
90the point conversion forms please read the X9.62 standard. 90the point conversion forms please read the X9.62 standard.
91B<Note> Due to patent issues the B<compressed> option is disabled
92by default for binary curves and can be enabled by defining
93the preprocessor macro B<OPENSSL_EC_BIN_PT_COMP> at compile time.
94 91
95=item B<-param_enc arg> 92=item B<-param_enc arg>
96 93