Skip to content

Commit

Permalink
fixup! fixup! APPS/pkeyutl: improve -rawin usability (implied by Ed25…
Browse files Browse the repository at this point in the history
…519 and Ed448) and doc
  • Loading branch information
DDvO committed Oct 30, 2024
1 parent 2100958 commit 2c5d494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/pkeyutl.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ static EVP_PKEY_CTX *init_ctx(const char *kdfalg, int *pkeysize,
else
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
EVP_PKEY_free(pkey);
pkey = NULL;
}

if (ctx == NULL)
Expand Down

0 comments on commit 2c5d494

Please sign in to comment.