From 15f90bc60a11ec6b5fe42f9fb155715a64e4ab10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Per=20Sandstr=C3=B6m?= Date: Wed, 14 Feb 2018 14:08:33 +0100 Subject: [PATCH] Update EC_POINT_new.pod CLA: trivial fix typo: EC_point2buf => EC_POINT_point2buf Reviewed-by: Matthias St. Pierre Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/5367) (cherry picked from commit 6f4b929af0b7dfb6a4d420fc9a8e25016f616c10) --- doc/crypto/EC_POINT_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto/EC_POINT_new.pod b/doc/crypto/EC_POINT_new.pod index 3358a08d8b..e10c0a9d4c 100644 --- a/doc/crypto/EC_POINT_new.pod +++ b/doc/crypto/EC_POINT_new.pod @@ -164,7 +164,7 @@ EC_POINT_set_compressed_coordinates_GF2m() and EC_POINT_oct2point(). EC_POINT_method_of returns the EC_METHOD associated with the supplied EC_POINT. -EC_POINT_point2oct() and EC_point2buf() return the length of the required +EC_POINT_point2oct() and EC_POINT_point2buf() return the length of the required buffer or 0 on error. EC_POINT_point2bn() returns the pointer to the BIGNUM supplied, or NULL on -- 2.25.1