Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
authorAlessandro Ghedini <alessandro@ghedini.me>
Fri, 4 Mar 2016 15:43:46 +0000 (15:43 +0000)
committerRich Salz <rsalz@openssl.org>
Tue, 8 Mar 2016 14:07:32 +0000 (09:07 -0500)
commitd188a53617de68a707fe9459d4f4245d9a57cd9c
tree5280ea92a3c2772e7c0446efa6fede7eba6e7eb4
parentf989cd8c0bb3c579d112294bf8e304647b334ee8
Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
12 files changed:
crypto/bn/bn_mont.c
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_ossl.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_ossl.c
include/openssl/bn.h
include/openssl/crypto.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/rsa.h