summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_int.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-06-01 11:38:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-06-01 11:38:50 +0000
commit58aa573ac2b2bd4b20902ede24f0b7ba97bcef68 (patch)
tree99adef8850e5836b306124776844ccf182d1e7a4 /crypto/engine/eng_int.h
parent0ed110b96970cf993472c4cb36183a3965151f09 (diff)
Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.
Diffstat (limited to 'crypto/engine/eng_int.h')
-rw-r--r--crypto/engine/eng_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index a5b1edebf4..1596bd8f33 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -160,7 +160,8 @@ struct engine_st
ENGINE_CIPHERS_PTR ciphers;
/* Digest handling is via this callback */
ENGINE_DIGESTS_PTR digests;
-
+ /* Public key handling via this callback */
+ ENGINE_PKEY_METHS_PTR pkey_meths;
ENGINE_GEN_INT_FUNC_PTR destroy;