[openssl] master update

tomas at openssl.org tomas at openssl.org
Thu Jan 13 09:01:23 UTC 2022


The branch master has been updated
       via  64a644530e023d3064db9027b0977d33b1d2ad9a (commit)
      from  a4e01187d3648d9ce99507097400902cf21f9b55 (commit)


- Log -----------------------------------------------------------------
commit 64a644530e023d3064db9027b0977d33b1d2ad9a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Jan 11 08:51:31 2022 +0100

    drop unused callback variable
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17471)

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

Summary of changes:
 crypto/evp/pmeth_gn.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c
index f9d001fdd0..e6bb48501f 100644
--- a/crypto/evp/pmeth_gn.c
+++ b/crypto/evp/pmeth_gn.c
@@ -128,7 +128,6 @@ static int ossl_callback_to_pkey_gencb(const OSSL_PARAM params[], void *arg)
 int EVP_PKEY_generate(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey)
 {
     int ret = 0;
-    OSSL_CALLBACK cb;
     EVP_PKEY *allocated_pkey = NULL;
     /* Legacy compatible keygen callback info, only used with provider impls */
     int gentmp[2];


More information about the openssl-commits mailing list