summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-06-02 12:33:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-06-02 12:33:39 +0000
commitc9777d2659414e632c9dea09787edf988ea1e01e (patch)
tree728f2802b93030f5f97e5cff479081b8240f4e71 /crypto/engine
parent3aedd213a9143e047f5244b5570553fea97c5104 (diff)
Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINE
implementations and functional reference counting when a context is allocated, free or copied.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index ef6a91f021..d8d00b3d12 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -552,6 +552,7 @@ ENGINE *ENGINE_get_default_RAND(void);
* ciphering or digesting corresponding to "nid". */
ENGINE *ENGINE_get_cipher_engine(int nid);
ENGINE *ENGINE_get_digest_engine(int nid);
+ENGINE *ENGINE_get_pkey_meth_engine(int nid);
/* This sets a new default ENGINE structure for performing RSA
* operations. If the result is non-zero (success) then the ENGINE