summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-12-12 11:22:00 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-12 12:29:51 +0100
commit6b5025d9e99ec84a6cc551b8c94946fe3afdd7bd (patch)
treee6776fe6073cb0b64851ffbc7b3bd914a4d24d81 /doc
parent729033c64147312dc1977796808982597a597458 (diff)
Use the correct function name
CLA: trivial Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7887) (cherry picked from commit 829800b0735ab99a0962418180cb076ff8081028)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EC_GROUP_copy.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EC_GROUP_copy.pod b/doc/man3/EC_GROUP_copy.pod
index ee20f9526a..d0409351ac 100644
--- a/doc/man3/EC_GROUP_copy.pod
+++ b/doc/man3/EC_GROUP_copy.pod
@@ -175,7 +175,7 @@ and EC_GROUP_get_degree return the order, cofactor, curve name (NID), ASN1 flag,
specified curve respectively. If there is no curve name associated with a curve then EC_GROUP_get_curve_name will return 0.
EC_GROUP_get0_order() returns an internal pointer to the group order.
-EC_GROUP_get_order_bits() returns the number of bits in the group order.
+EC_GROUP_order_bits() returns the number of bits in the group order.
EC_GROUP_get0_cofactor() returns an internal pointer to the group cofactor.
EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the parameter b, or NULL if the seed is not