summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2020-05-28 12:42:15 -0400
committerTomas Mraz <tmraz@fedoraproject.org>2020-06-02 13:02:31 +0200
commit315170f662b3053aa9fe817639e1b78f74f75077 (patch)
treee4d7301d5960464ebe91c3c6e71c1ec8a8b04d67 /doc
parent3476de9199c1079162399eeb858a8580ef478b18 (diff)
fix a docs typo
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) (cherry picked from commit a5a87011baeef71c86938a2bae54f89fbe99e5dc)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EC_KEY_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EC_KEY_new.pod b/doc/man3/EC_KEY_new.pod
index 9d32d78a39..21663a032e 100644
--- a/doc/man3/EC_KEY_new.pod
+++ b/doc/man3/EC_KEY_new.pod
@@ -122,7 +122,7 @@ EC_KEY_precompute_mult() stores multiples of the underlying EC_GROUP generator
for faster point multiplication. See also L<EC_POINT_add(3)>.
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