make x509storeissuer do timekeeping like the other tests
authorNeil Horman <nhorman@openssl.org>
Sat, 9 Mar 2024 16:24:25 +0000 (11:24 -0500)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 May 2024 13:51:43 +0000 (15:51 +0200)
commit2db2bd1fc22cc077386cc73ec38982bcd87400d3
tree0d9d0f300a0f110b505978dd47b0bf4180f6f680
parent42debe8613e93c35ed5c53356bab9d728a1260fc
make x509storeissuer do timekeeping like the other tests

Also, while I'm in here, fix an aliasing issue in threadcount, in which
the main routine had a variable overriding the global one.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/184)
perf/newrawkey.c
perf/pemread.c
perf/providerdoall.c
perf/rsasign.c
perf/x509storeissuer.c