]> git.ipfire.org Git - thirdparty/openssl.git/commit
speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()
authorTomas Mraz <tomas@openssl.org>
Fri, 16 Aug 2024 09:54:00 +0000 (11:54 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 19 Aug 2024 07:06:33 +0000 (09:06 +0200)
commit5111eacd50cf9a415b5891567fc6a930e7beeeff
tree97692e554c5dc912d70edc6be53a76c20712e2b3
parent34877dbcd467efb4e2dbf45d2fcb44c5a4b4926a
speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()

Fixes #25203

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25204)
apps/speed.c