]> git.ipfire.org Git - thirdparty/openssl.git/commit
EC_get_buildin_curves does not return an error, this check is unnecessary.
authorotherddn1978 <other_ddn@mail.ru>
Wed, 12 Feb 2025 10:54:46 +0000 (13:54 +0300)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Feb 2025 14:15:46 +0000 (15:15 +0100)
commite1a501a433b59d3c57f3ab37ea202f5f1f19a054
tree8f944e7163bed0b7a89eecd532642d0ade7ed051
parent3820f2da7cb76ad48b3078d9e705176088a04c99
EC_get_buildin_curves does not return an error, this check is unnecessary.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

unused code has been removed

delete whitespace

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26719)
apps/ecparam.c