]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/include/internal/evp_int.h
Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
[thirdparty/openssl.git] / crypto / include / internal / evp_int.h
index cccc1e10feba005a2d55b02ba06b8624b18ca5b5..f5811c1d10b82653c03990ca76d9814993c44a02 100644 (file)
@@ -416,6 +416,7 @@ struct evp_pkey_st {
     } pkey;
     int save_parameters;
     STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
+    CRYPTO_RWLOCK *lock;
 } /* EVP_PKEY */ ;