]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/prime.c: Remove unused assignment
authorNorbert Pocs <norbertp@openssl.org>
Fri, 16 May 2025 09:09:51 +0000 (11:09 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 19 May 2025 14:23:54 +0000 (16:23 +0200)
commit6a6a098bf1de21094e258906c51c67569db7c5a4
tree03a7009df1f13f691700b96ce35d9411a512872f
parent55d8d859797e8229bc499bbc7c3c76821b654682
apps/prime.c: Remove unused assignment

The variable is never read after the assignment.

Coverity issue: 1646789

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27636)
apps/prime.c