summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_int.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-06-02 17:52:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-06-02 17:52:27 +0000
commitde9fcfe34809a75b968c07878ee8628010782bd0 (patch)
tree3d9fcb1f0cf9880f2dd446b7adbd8aa031435bb9 /crypto/engine/eng_int.h
parent7e5b06813d2cf4d314d577d9b11f2cac13835faa (diff)
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 d93f5e5b17..8630597fe0 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;