Initial public key ASN1 method engine support. Not integrated yet.
[openssl.git] / crypto / engine / eng_int.h
index d93f5e5b178bab633aad2ceeffead1073123b024..8630597fe08f36c4ad362cb6274a2326327615c6 100644 (file)
@@ -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;