[openssl] master update

Dr. Paul Dale pauli at openssl.org
Mon Oct 5 23:02:06 UTC 2020


The branch master has been updated
       via  69340cafb4a894c469a392ce517b2e092758f1c4 (commit)
      from  856198aac784fc78b4588d2b409cec9f4ecf812d (commit)


- Log -----------------------------------------------------------------
commit 69340cafb4a894c469a392ce517b2e092758f1c4
Author: Pauli <paul.dale at oracle.com>
Date:   Wed Sep 30 20:01:02 2020 +1000

    doc: remove duplicated code in example
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/13048)

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

Summary of changes:
 doc/man7/EVP_PKEY-EC.pod | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/man7/EVP_PKEY-EC.pod b/doc/man7/EVP_PKEY-EC.pod
index e423a52971..9b195810d0 100644
--- a/doc/man7/EVP_PKEY-EC.pod
+++ b/doc/man7/EVP_PKEY-EC.pod
@@ -166,10 +166,6 @@ An B<EVP_PKEY> EC CDH (Cofactor Diffie-Hellman) key can be generated with a
     EVP_PKEY_CTX *gctx =
         EVP_PKEY_CTX_new_from_name(NULL, "EC", NULL);
 
-    EVP_PKEY *key = NULL;
-    OSSL_PARAM params[3];
-    EVP_PKEY_CTX *gctx = EVP_PKEY_CTX_new_from_name(NULL, "EC", NULL);
-
     EVP_PKEY_keygen_init(gctx);
 
     params[0] = OSSL_PARAM_construct_utf8_string(OSSL_PKEY_PARAM_GROUP_NAME,


More information about the openssl-commits mailing list