[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Feb 22 16:43:31 UTC 2018


The branch master has been updated
       via  6f4b929af0b7dfb6a4d420fc9a8e25016f616c10 (commit)
      from  a1b6933ea4def7ce9333fd64ef7d6083aa306c2a (commit)


- Log -----------------------------------------------------------------
commit 6f4b929af0b7dfb6a4d420fc9a8e25016f616c10
Author: Per Sandström <per.j.sandstrom at gmail.com>
Date:   Wed Feb 14 14:08:33 2018 +0100

    Update EC_POINT_new.pod
    
    CLA: trivial
    fix typo:
    EC_point2buf => EC_POINT_point2buf
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5367)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/EC_POINT_new.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EC_POINT_new.pod b/doc/man3/EC_POINT_new.pod
index 3358a08..e10c0a9 100644
--- a/doc/man3/EC_POINT_new.pod
+++ b/doc/man3/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


More information about the openssl-commits mailing list