From: Jakub Jelen Date: Wed, 12 Dec 2018 10:22:00 +0000 (+0100) Subject: Use the correct function name X-Git-Tag: openssl-3.0.0-alpha1~2699 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=829800b0735ab99a0962418180cb076ff8081028;p=thirdparty%2Fopenssl.git Use the correct function name CLA: trivial Signed-off-by: Jakub Jelen Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7887) --- diff --git a/doc/man3/EC_GROUP_copy.pod b/doc/man3/EC_GROUP_copy.pod index 1854f8bb22e..b656b98e4ce 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