summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-14 12:41:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-14 12:41:35 +0000
commitba30bad57bd0b02ebf952a550716a5a202b6004d (patch)
tree7df82a94975f29fab5e5d89517a9ddadebb83c85 /crypto/evp/evp_locl.h
parentffb1ac674c8294bf519add26fb37d94b7afeceb4 (diff)
Add functions to allow setting and adding external EVP_PKEY_METHOD.
Diffstat (limited to 'crypto/evp/evp_locl.h')
-rw-r--r--crypto/evp/evp_locl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h
index fb1ebf4c80..613b102573 100644
--- a/crypto/evp/evp_locl.h
+++ b/crypto/evp/evp_locl.h
@@ -256,6 +256,8 @@ struct evp_pkey_ctx_st
int keygen_info_count;
} /* EVP_PKEY_CTX */;
+#define EVP_PKEY_DYNAMIC 1
+
struct evp_pkey_method_st
{
int pkey_id;