diff options
author | steve <steve> | 2006-06-02 17:52:24 +0000 |
---|---|---|
committer | steve <steve> | 2006-06-02 17:52:24 +0000 |
commit | 6a32bbf81355808dd555bdc365c160a68af85b5b (patch) | |
tree | bef4e7c43ff3af43894d486632fb5b1cc9f06871 /crypto/engine/eng_int.h | |
parent | 23de77b08a20eeff1c7253414d866f2247ca023f (diff) | |
download | openssl-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.h | 2 |
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; |