Complete EVP_PKEY_ASN1_METHOD ENGINE support.
[openssl.git] / crypto / engine / eng_int.h
index 8630597fe08f36c4ad362cb6274a2326327615c6..8bee5962c510f639fcf2c13adacc105c35326102 100644 (file)
@@ -146,6 +146,7 @@ void engine_set_all_null(ENGINE *e);
 /* Free up dynamically allocated public key methods associated with ENGINE */
 
 void engine_pkey_meths_free(ENGINE *e);
+void engine_pkey_asn1_meths_free(ENGINE *e);
 
 /* This is a structure for storing implementations of various crypto
  * algorithms and functions. */