Evil cast extermination.
This commit is contained in:
parent
8f0edcd142
commit
8188e1537b
@ -118,7 +118,7 @@ void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a)
|
||||
X509_ALGOR_free(a->key_enc_algor);
|
||||
ASN1_OCTET_STRING_free(a->enc_key);
|
||||
if (a->cert != NULL) X509_free(a->cert);
|
||||
Free((char *)a);
|
||||
Free(a);
|
||||
}
|
||||
|
||||
IMPLEMENT_STACK_OF(PKCS7_RECIP_INFO)
|
||||
|
Loading…
x
Reference in New Issue
Block a user