Add EVP_PKEY_set1_engine() function.
[oweals/openssl.git] / crypto / include / internal / evp_int.h
index ccfa97ce355d3fac40c5872e557b48bdf48b4559..f4094002857062d3c10add05127a36e5866a84cf 100644 (file)
@@ -369,6 +369,7 @@ struct evp_pkey_st {
     CRYPTO_REF_COUNT references;
     const EVP_PKEY_ASN1_METHOD *ameth;
     ENGINE *engine;
+    ENGINE *pmeth_engine; /* If not NULL public key ENGINE to use */
     union {
         void *ptr;
 # ifndef OPENSSL_NO_RSA