]> git.ipfire.org Git - thirdparty/openssl.git/commit
Removed logically dead code from function i2r_issuer_sign_tool
authorGopal Sharma <67860577+gsharma-ad@users.noreply.github.com>
Fri, 12 Jan 2024 10:48:41 +0000 (16:18 +0530)
committerNeil Horman <nhorman@openssl.org>
Mon, 15 Jan 2024 13:55:06 +0000 (08:55 -0500)
commitffeae4c4e7d779746c661e7fe17a0a21cc36c974
tree9b5d20eb89112fd76679a6c61b60dfd69ea50392
parent38b2508f638787842750aec9a75745e1d8786743
Removed logically dead code from function i2r_issuer_sign_tool

Since new_line is assigned with 0 in the very begging of the function check added at line no. 106 will never become true. Hence removing.

CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23284)
crypto/x509/v3_ist.c