diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-29 20:21:55 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-29 20:21:55 +0000 |
commit | 529cf168d9d9a29fad14c7d7bbb5c641f1748025 (patch) | |
tree | 12e35400b7f9400d4747008923353783bc5f4dbd | |
parent | c4c7d46f5b0a53ce019aa26e85a88a2213420aa7 (diff) |
Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3).
-rw-r--r-- | lib/libcrypto/man/EC_GROUP_new.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/EC_GROUP_new.3 b/lib/libcrypto/man/EC_GROUP_new.3 index beba8ce72ac..c5fcafd72f2 100644 --- a/lib/libcrypto/man/EC_GROUP_new.3 +++ b/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 |