Skip to content

Commit

Permalink
drop unused callback variable
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Hoffmann <[email protected]>

Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#17471)
  • Loading branch information
kraxel authored and t8m committed Jan 13, 2022
1 parent a4e0118 commit 64a6445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/evp/pmeth_gn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 64a6445

Please sign in to comment.