[openssl] master update

Matt Caswell matt at openssl.org
Thu Aug 29 10:11:44 UTC 2019


The branch master has been updated
       via  632f112cf730b4b1e2cdeea07a5c51fa8da9bba4 (commit)
      from  2d9007587c5072a513c84f22db7be55767b4c63d (commit)


- Log -----------------------------------------------------------------
commit 632f112cf730b4b1e2cdeea07a5c51fa8da9bba4
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Aug 28 09:53:58 2019 +0100

    Fix a documentation bug in ec.h
    
    The EC_GROUP_new() function does not take a libctx parameter
    
    Reviewed-by: Paul Yang <kaishen.yy at antfin.com>
    (Merged from https://github.com/openssl/openssl/pull/9715)

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

Summary of changes:
 include/openssl/ec.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index 807a64b31d..4e1af5ea33 100644
--- a/include/openssl/ec.h
+++ b/include/openssl/ec.h
@@ -112,8 +112,6 @@ EC_GROUP *EC_GROUP_new_ex(OPENSSL_CTX *libctx, const EC_METHOD *meth);
 /**
  *  Creates a new EC_GROUP object. Same as EC_GROUP_new_ex with NULL for the
  *  library context.
- *  \param   libctx The associated library context or NULL for the default
- *                  library context
  *  \param   meth   EC_METHOD to use
  *  \return  newly created EC_GROUP object or NULL in case of an error.
  */


More information about the openssl-commits mailing list