Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.

This commit is contained in:
Dr. Stephen Henson
2006-04-17 17:12:23 +00:00
parent 7bf7333d68
commit 492a9e2415
10 changed files with 123 additions and 52 deletions

View File

@@ -340,7 +340,7 @@ void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth,
}
void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth,
void (*pkey_ctrl)(EVP_PKEY *pkey, int op,
int (*pkey_ctrl)(EVP_PKEY *pkey, int op,
long arg1, void *arg2))
{
ameth->pkey_ctrl = pkey_ctrl;