fix a docs typo
authorJack O'Connor <oconnor663@gmail.com>
Thu, 28 May 2020 16:42:15 +0000 (12:42 -0400)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 2 Jun 2020 11:01:56 +0000 (13:01 +0200)
Correct "EC_KEY_point2buf" to "EC_POINT_point2buf". The former does not exist.

CLA: trivial

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11988)

doc/man3/EC_KEY_new.pod

index e18a3023de184e6f77b495a92715691e111cde69..c706dbe425a915b08c5e36f4e2647cdff2b41cc2 100644 (file)
@@ -146,7 +146,7 @@ Modern versions should instead switch to named curves which OpenSSL has
 hardcoded lookup tables for.
 
 EC_KEY_oct2key() and EC_KEY_key2buf() are identical to the functions
-EC_POINT_oct2point() and EC_KEY_point2buf() except they use the public key
+EC_POINT_oct2point() and EC_POINT_point2buf() except they use the public key
 EC_POINT in B<eckey>.
 
 EC_KEY_oct2priv() and EC_KEY_priv2oct() convert between the private key