]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't compile in support for DSA speed testing if not needed
authorMatt Caswell <matt@openssl.org>
Mon, 12 Aug 2024 08:32:56 +0000 (09:32 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Aug 2024 16:22:10 +0000 (18:22 +0200)
commit096a54ee45d6dc1f68989c0bcf86855b42fab822
tree13f3ff77b9687950140cd46ca17003d211b76213
parent8e82304adb8f51ed243ab1e57d8a4006bdbc0336
Don't compile in support for DSA speed testing if not needed

If there is no DSA support in the library we should not compile in support
for speed testing of DSA. We should skip it in much the same way that we
do for other algorithms.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25153)
apps/speed.c
test/recipes/20-test_speed.t