aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-06 17:32:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-06 17:32:43 +0000
commit5da98aa687ebb54358c35bf9450afcaa90a4de8a (patch)
tree7be5e28fdbf44998059932b36f12780783672c08 /crypto/evp/evp_locl.h
parent0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6 (diff)
downloadopenssl-5da98aa687ebb54358c35bf9450afcaa90a4de8a.zip
openssl-5da98aa687ebb54358c35bf9450afcaa90a4de8a.tar.gz
openssl-5da98aa687ebb54358c35bf9450afcaa90a4de8a.tar.bz2
Updated to EVP_PKEY_METHOD code... still doesn't do much.
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 af02514..e405368 100644
--- a/crypto/evp/evp_locl.h
+++ b/crypto/evp/evp_locl.h
@@ -262,6 +262,8 @@ struct evp_pkey_ctx_st
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);