aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p7_recip.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-06-02 21:34:46 +0000
committerBen Laurie <ben@openssl.org>1999-06-02 21:34:46 +0000
commit8188e1537bbef672e21e25331d0e3a5e3e2ccbab (patch)
treecbaa17594c9cffab708ef8ff167d038c85f71e24 /crypto/asn1/p7_recip.c
parent8f0edcd1422e4cf5258f0af7be0d3435f37f8b22 (diff)
downloadopenssl-8188e1537bbef672e21e25331d0e3a5e3e2ccbab.tar.gz
Evil cast extermination.
Diffstat (limited to 'crypto/asn1/p7_recip.c')
-rw-r--r--crypto/asn1/p7_recip.c2
1 files changed, 1 insertions, 1 deletions
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)