Add a test for the new CRYPTO_atomic_* functions
authorMatt Caswell <matt@openssl.org>
Wed, 23 Dec 2020 11:35:54 +0000 (11:35 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 31 Dec 2020 12:14:38 +0000 (13:14 +0100)
commitea08f8b294d129371536649463c76a81dc4d4e55
tree87acd7f26384883dc9b5422493c562833e107ae7
parent49fff26d674adb65f3532eec4f0f37369b41a594
Add a test for the new CRYPTO_atomic_* functions

Also tests the older CRYPTO_atomic_add() which was without a test

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13733)
test/threadstest.c