summaryrefslogtreecommitdiff
path: root/crypto/engine/eng_int.h
diff options
context:
space:
mode:
authorsteve <steve>2006-06-02 17:52:24 +0000
committersteve <steve>2006-06-02 17:52:24 +0000
commit6a32bbf81355808dd555bdc365c160a68af85b5b (patch)
treebef4e7c43ff3af43894d486632fb5b1cc9f06871 /crypto/engine/eng_int.h
parent23de77b08a20eeff1c7253414d866f2247ca023f (diff)
downloadopenssl-6a32bbf81355808dd555bdc365c160a68af85b5b.tar.gz
Initial public key ASN1 method engine support. Not integrated yet.
Diffstat (limited to 'crypto/engine/eng_int.h')
-rw-r--r--crypto/engine/eng_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index d93f5e5b1..8630597fe 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -166,6 +166,8 @@ struct engine_st
ENGINE_DIGESTS_PTR digests;
/* Public key handling via this callback */
ENGINE_PKEY_METHS_PTR pkey_meths;
+ /* ASN1 public key handling via this callback */
+ ENGINE_PKEY_ASN1_METHS_PTR pkey_asn1_meths;
ENGINE_GEN_INT_FUNC_PTR destroy;