From 8188e1537bbef672e21e25331d0e3a5e3e2ccbab Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 2 Jun 1999 21:34:46 +0000 Subject: [PATCH] Evil cast extermination. --- crypto/asn1/p7_recip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/asn1/p7_recip.c b/crypto/asn1/p7_recip.c index 08d3cd122e..9fda4f20d4 100644 --- a/crypto/asn1/p7_recip.c +++ b/crypto/asn1/p7_recip.c @@ -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) -- 2.34.1