Evil cast extermination.

This commit is contained in:
Ben Laurie 1999-06-02 21:34:46 +00:00
parent 8f0edcd142
commit 8188e1537b

View File

@ -118,7 +118,7 @@ void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a)
X509_ALGOR_free(a->key_enc_algor); X509_ALGOR_free(a->key_enc_algor);
ASN1_OCTET_STRING_free(a->enc_key); ASN1_OCTET_STRING_free(a->enc_key);
if (a->cert != NULL) X509_free(a->cert); if (a->cert != NULL) X509_free(a->cert);
Free((char *)a); Free(a);
} }
IMPLEMENT_STACK_OF(PKCS7_RECIP_INFO) IMPLEMENT_STACK_OF(PKCS7_RECIP_INFO)