Extend the test_multi_load() test
authorMatt Caswell <matt@openssl.org>
Tue, 9 Nov 2021 18:31:24 +0000 (18:31 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 12 Nov 2021 17:16:14 +0000 (17:16 +0000)
commit293e251e6f0367a9aa0d3d46037b19d1a6c91b20
tree75fe203b89e0064ca35be817c6a46891463b6844
parentaddbd7c9d784e1cb630d43487b0572e867bfc86d
Extend the test_multi_load() test

Run more threads and load the legacy provider (which uses a child lib ctx)
in order to hit more possible thread failures.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16980)
test/threadstest.c