summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-07 16:42:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-07 16:42:09 +0000
commitf733a5ef0ede95494996ebef63e2a04bdc963230 (patch)
treec8d16636f1eef19cca71f7cc1dee19eacf7d2efd /crypto/evp/evp_locl.h
parent5da98aa687ebb54358c35bf9450afcaa90a4de8a (diff)
Initial functions for main EVP_PKEY_METHOD operations.
No method implementations yet.
Diffstat (limited to 'crypto/evp/evp_locl.h')
-rw-r--r--crypto/evp/evp_locl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h
index e4053682c3..f33803ba4c 100644
--- a/crypto/evp/evp_locl.h
+++ b/crypto/evp/evp_locl.h
@@ -264,6 +264,7 @@ struct evp_pkey_method_st
int pkey_id;
int flags;
int (*init)(EVP_PKEY_CTX *ctx);
+
int (*paramgen_init)(EVP_PKEY_CTX *ctx);
int (*paramgen)(EVP_PKEY *key, EVP_PKEY_CTX *ctx);