]> git.ipfire.org Git - thirdparty/openssl.git/commit
speed.c: remove unused num print_message args
authorReinhard Urban <reinhard.urban@nubix.de>
Fri, 21 Apr 2023 07:04:57 +0000 (09:04 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 May 2023 07:33:29 +0000 (09:33 +0200)
commita8eb81ccd2d3daeb92c0842a02dc688eae298250
tree621183508ed8932afb3527aada47450a81b793b4
parent56547da9d3fa24f54b439497d322b12beb004c80
speed.c: remove unused num print_message args

these num args went unused with the removal of the ifndef SIGALRM
branches, commit ee1d7f1d25ef24f111f13dc742474cd9c39c2753 Feb 2021
PR #14228

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20795)
apps/speed.c