]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update cms_pwri.c
authorKenzlee51 <121612281+Kenzlee51@users.noreply.github.com>
Tue, 8 Apr 2025 10:56:50 +0000 (13:56 +0300)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Apr 2025 14:42:50 +0000 (15:42 +0100)
commitcb3fde9728b9deed1ab2fb37dbe1021a471066e0
tree24e66c63da41129f3024ebe14a083215b8a25d11
parent4f81470afadea3d1582d1df7f1b2b5e3ece63331
Update cms_pwri.c

CLA: trivial

When entering the branch (pbe_nid <= 0), line 66 assigns new values ​​to the variable of line 67 (pbe_nid = NID_id_pbkdf2).
However, it is not used anywhere in the future.
For this reason, lines 66 and 67 were removed.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27296)
crypto/cms/cms_pwri.c