[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Dec 12 11:29:07 UTC 2018
The branch master has been updated
via 829800b0735ab99a0962418180cb076ff8081028 (commit)
from 7a8a35ff0ce0c25a36b494a4c7e3f5f390679e6e (commit)
- Log -----------------------------------------------------------------
commit 829800b0735ab99a0962418180cb076ff8081028
Author: Jakub Jelen <jjelen at redhat.com>
Date: Wed Dec 12 11:22:00 2018 +0100
Use the correct function name
CLA: trivial
Signed-off-by: Jakub Jelen <jjelen at redhat.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7887)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EC_GROUP_copy.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/EC_GROUP_copy.pod b/doc/man3/EC_GROUP_copy.pod
index 1854f8b..b656b98 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
More information about the openssl-commits
mailing list