diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-01-03 01:00:27 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-11-09 15:30:29 +0100 |
commit | 0aaa71b90a9460e0e57c8e45163d1b2ba16e2d64 (patch) | |
tree | 5a64e3350b1c0c38ea14c0ce84929eb2cb3eba38 /crypto/ec | |
parent | 53f2ed743700a15cb8e2d56a7f2ac77396f94e78 (diff) | |
download | openssl-new-0aaa71b90a9460e0e57c8e45163d1b2ba16e2d64.tar.gz |
Fix typos
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17392)
(cherry picked from commit e304aa87b35fac5ea97c405dd3c21549faa45e78)
Diffstat (limited to 'crypto/ec')
-rw-r--r-- | crypto/ec/ec2_oct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec2_oct.c b/crypto/ec/ec2_oct.c index 10a4932591..0b37c4f802 100644 --- a/crypto/ec/ec2_oct.c +++ b/crypto/ec/ec2_oct.c @@ -272,7 +272,7 @@ int ossl_ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, } /* - * The first octet is the point converison octet PC, see X9.62, page 4 + * The first octet is the point conversion octet PC, see X9.62, page 4 * and section 4.4.2. It must be: * 0x00 for the point at infinity * 0x02 or 0x03 for compressed form |