From 502bd640cba5f749658c774871c52ac1c682e80e Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 29 Mar 2019 20:21:54 +0000 Subject: Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3). --- src/lib/libcrypto/man/EC_GROUP_new.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/EC_GROUP_new.3 b/src/lib/libcrypto/man/EC_GROUP_new.3 index beba8ce72a..c5fcafd72f 100644 --- a/src/lib/libcrypto/man/EC_GROUP_new.3 +++ b/src/lib/libcrypto/man/EC_GROUP_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_GROUP_new.3,v 1.8 2018/03/23 00:09:11 schwarze Exp $ +.\" $OpenBSD: EC_GROUP_new.3,v 1.9 2019/03/29 20:21:54 tb Exp $ .\" OpenSSL 9b86974e Mon Aug 17 15:21:33 2015 -0400 .\" .\" This file was written by Matt Caswell <matt@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 23 2018 $ +.Dd $Mdocdate: March 29 2019 $ .Dt EC_GROUP_NEW 3 .Os .Sh NAME @@ -185,7 +185,7 @@ and .Fa b for a curve over Fp stored in .Fa group . -.Fn EC_group_get_curve_GFp +.Fn EC_GROUP_get_curve_GFp obtains the previously set curve parameters. .Pp .Fn EC_GROUP_set_curve_GF2m @@ -196,7 +196,7 @@ represents the irreducible polynomial - each bit represents a term in the polynomial. Therefore there will either be three or five bits set dependent on whether the polynomial is a trinomial or a pentanomial. -.Fn EC_group_get_curve_GF2m +.Fn EC_GROUP_get_curve_GF2m obtains the previously set curve parameters. .Pp The functions -- cgit v1.2.3-55-g6feb