Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading API

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Alessandro Ghedini
2016-02-26 12:21:15 +00:00
committed by Rich Salz
parent fb46be0348
commit 03273d61e7
9 changed files with 31 additions and 14 deletions

View File

@@ -416,6 +416,7 @@ struct evp_pkey_st {
} pkey;
int save_parameters;
STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
CRYPTO_RWLOCK *lock;
} /* EVP_PKEY */ ;