Use the correct function name
authorJakub Jelen <jjelen@redhat.com>
Wed, 12 Dec 2018 10:22:00 +0000 (11:22 +0100)
committerJakub Jelen <jjelen@redhat.com>
Wed, 12 Dec 2018 10:27:56 +0000 (11:27 +0100)
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)

doc/man3/EC_GROUP_copy.pod

index 1854f8bb22e00ee3bc7620cfbd1e4c9a8b0ed3c4..b656b98e4cea34b6c30a17f2530a66f05863f1a4 100644 (file)
@@ -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