]> git.ipfire.org Git - thirdparty/openssl.git/commit
param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()
authorRichard Levitte <levitte@openssl.org>
Fri, 21 Apr 2023 04:00:47 +0000 (06:00 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 1 May 2023 10:20:04 +0000 (11:20 +0100)
commit1009940c14716ac03d5f161bdb4ae626ec6fe729
tree1eed083d52c41219562e89feebec0cc55c1a7bac
parentac52fe5f5ae7a1d062f09adab7744e3a3b2ddbcf
param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()

Ensure that ctx.ctrl_cmd defaults to translation->cmd_num

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20780)
crypto/evp/ctrl_params_translate.c