Remove use of the old CRYPTO_LOCK_X5O9_STORE
authorMatt Caswell <matt@openssl.org>
Wed, 9 Mar 2016 09:52:39 +0000 (09:52 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Mar 2016 12:41:39 +0000 (12:41 +0000)
commit4fc4faa7a79c71223f326396b79af34d37da6615
treeaf8aeb3fc849dfbd4bbd38e41a0c9a497a8c60f3
parent9749a07a1d9488c2250e5461acec9b8da40762b0
Remove use of the old CRYPTO_LOCK_X5O9_STORE

The locking here is a bit strange and unclear. Rather than refactor
anything and possibly break stuff I have just moved to using the new
thread API following as closely as possible what was there previously.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/x509/by_dir.c